Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Keychain (software) - Wikipedia
Keychain (software) - Wikipedia
From Wikipedia, the free encyclopedia
Password management system in macOS
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
icon
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Keychain" software – news · newspapers · books · scholar · JSTOR
(July 2013) (Learn how and when to remove this message)
icon
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Keychain" software – news · newspapers · books · scholar · JSTOR
(April 2020) (Learn how and when to remove this message)
(Learn how and when to remove this message)

Keychain
Keychain Icon
DeveloperApple
Initial release1999
Operating systemMac OS 9, macOS
SuccessorPasswords
Typesystem utility
LicenseAPSL-2.0
WebsiteKeychain Services
Keychain Access
Screenshot of Keychain Access on macOS 12.
DeveloperApple Inc.
Stable release
11.0 (55314) / 2022
Operating systemMac OS 9, macOS
SuccessorPasswords
Typepassword manager
WebsiteKeychain Access Help

Keychain is a password management system developed by Apple for macOS. It was introduced with Mac OS 8.6, and was included in all subsequent versions of the operating system, as well as in iOS. A keychain can contain various types of data: passwords (for websites, FTP servers, SSH accounts, network shares, wireless networks, groupware applications, encrypted disk images), private keys, certificates, and secure notes. Some data, primarily passwords, in the Keychain are visible and editable using a user-friendly interface in Passwords, a built in app in macOS Sequoia and iOS 18 and available in System Settings/Settings in earlier versions of Apple's operating systems.

History

[edit]

Keychains were initially developed for Apple's e-mail system, PowerTalk, in the early 1990s. Among its many features, PowerTalk used plug-ins that allowed mail to be retrieved from a wide variety of mail servers and online services. The keychain concept naturally "fell out" of this code, and was used in PowerTalk to manage all of a user's various login credentials for the various e-mail systems PowerTalk could connect to.

The passwords were not easily retrievable due to the encryption, yet the simplicity of the interface allowed the user to select a different password for every system without fear of forgetting them, as a single password would open the file and return them all. At the time, implementations of this concept were not available on other platforms. Keychain was one of the few parts of PowerTalk that was obviously useful "on its own", which suggested it should be promoted to become a part of the basic Mac OS. But due to internal politics, it was kept inside the PowerTalk system and, therefore, available to very few Mac users.[citation needed]

It was not until the return of Steve Jobs in 1997 that Keychain concept was revived from the now-discontinued PowerTalk. By this point in time the concept was no longer so unusual, but it was still rare to see a keychain system that was not associated with a particular piece of application software, typically a web browser. Keychain was later made a standard part of Mac OS 9, and was included in Mac OS X in the first commercial versions.

Storage and access

[edit]

In macOS, keychain files are stored in ~/Library/Keychains/ (and subdirectories), /Library/Keychains/, and /Network/Library/Keychains/, and the Keychain Access GUI application is located in the Utilities folder in the Applications folder.[1][2] It is free, open source software released under the terms of the APSL-2.0.[3] The command line equivalent of Keychain Access is /usr/bin/security.

The keychain database is encrypted per-table and per-row with AES-256-GCM. The time at which each credential is decrypted, how long it will remain decrypted, and whether the encrypted credential will be synced to iCloud varies depending on the type of data stored, and is documented on the Apple support website.[4]

Locking and unlocking

[edit]

The default keychain file is the login keychain, typically unlocked on login by the user's login password, although the password for this keychain can instead be different from a user's login password, adding security at the expense of some convenience.[5] The Keychain Access application does not permit setting an empty password on a keychain.

The keychain may be set to be automatically "locked" if the computer has been idle for a time,[6] and can be locked manually from the Keychain Access application. When locked, the password has to be re-entered next time the keychain is accessed, to unlock it. Overwriting the file in ~/Library/Keychains/ with a new one (e.g. as part of a restore operation) also causes the keychain to lock and a password is required at next access.

Password synchronization

[edit]

If the login keychain is protected by the login password, then the keychain's password will be changed whenever the login password is changed from within a logged-in session on macOS. On a shared Mac/non-Mac network, it is possible for the login keychain's password to lose synchronization if the user's login password is changed from a non-Mac system. Also, if the password is changed from a directory service like Active Directory or Open Directory, or if the password is changed from another admin account e.g. using the System Preferences. Some network administrators react to this by deleting the keychain file on logout, so that a new one will be created next time the user logs in. This means keychain passwords will not be remembered from one session to the next, even if the login password has not been changed. If this happens, the user can restore the keychain file in ~/Library/Keychains/ from a backup, but doing so will lock the keychain, which will then need to be unlocked at next use.

Third-party software for keychain synchronization

[edit]

There was a 3rd party software application developed, that enabled synchronization of personal keychains generated using keychain access in Mac OS X, these standard keychain access - generated users keychains could then be synchronised between devices (iPhones - desktop Apple computers), using a pair of keychain synchronization apps developed by Patrick Stein of Jinx Software, one for Mac OS X and another for iOS called Keychain2Go. Keychain2Go could not be successfully updated by the developer to account for restrictions that Apple made to Keychain and access to Keychain in Mac OS X Sierra 10.12.[7]

Security

[edit]

Keychain is distributed with both iOS and macOS. The iOS version is simpler because applications that run on mobile devices typically need only very basic Keychain features. For example, features such as ACLs (Access Control Lists) and sharing Keychain items between different apps are not present. Thus, iOS Keychain items are only accessible to the app that created them.

As Mac users’ default storage for sensitive information, Keychain is a prime target for security attacks.

In 2019, 18-year-old German security researcher Linus Henze demonstrated his hack, dubbed KeySteal, that grabs passwords from the Keychain. Initially, he withheld details of the hack, demanding Apple set up a bug bounty for macOS. Apple had however not done so when Henze subsequently revealed the hack. It utilized Safari's access to security services, disguised as a utility in macOS that enables IT administrators to manipulate keychains.[8]

See also

[edit]
  • Free and open-source software portal
  • List of password managers

References

[edit]
  1. ^ "Mac OS X 10.5 Help - Changing your keychain password". Docs.info.apple.com. Archived from the original on May 31, 2012. Retrieved March 28, 2016.
  2. ^ "Mac OS X 10.4 Help - Changing your keychain password". Docs.info.apple.com. Archived from the original on May 31, 2012. Retrieved March 28, 2016.
  3. ^ Apple Inc. "Source Browser". opensource.apple.com. Archived from the original on March 7, 2012. Retrieved February 26, 2012.
  4. ^ "Keychain data protection". Apple Inc. May 17, 2021. Archived from the original on December 20, 2021. Retrieved December 20, 2021.
  5. ^ "Mac OS X 10.5 Help: Changing your keychain password". Docs.info.apple.com. Archived from the original on June 13, 2011. Retrieved February 26, 2012.
  6. ^ "Mac OS X 10.4 Help: Locking and unlocking your keychain". Docs.info.apple.com. Archived from the original on June 13, 2011. Retrieved February 26, 2012.
  7. ^ Stein, Patrick. "Keychain2go keychain synhcronisation software". Jinx Software. Archived from the original on May 31, 2023. Retrieved March 22, 2023.
  8. ^ Newman, Lily Hay (June 1, 2019). "The Tricky Shenanigans Behind a Stealthy Apple Keychain Attack". Wired. Retrieved July 9, 2021.
  • v
  • t
  • e
Apple Inc.
  • History
  • Outline
  • Environment
  • Marketing
  • Supply chain
  • Trade unions
Products
Hardware
Mac
  • iMac
    • Pro
  • MacBook
    • Air
    • Pro
  • Mini
  • Studio
  • Pro
  • Mac models
    • by CPU type
iPod
  • Classic
  • Mini
  • Nano
  • Shuffle
  • Touch
iPhone
  • Hardware
  • History
  • iPhone models
iPad
  • Mini
  • Air
  • Pro
  • Accessories
  • iPad models
Other
  • Apple SIM
  • AirPods
    • Pro
    • Max
  • AirTag
  • Beats
    • Pill
  • HomePod
    • Mini
  • Silicon
  • TV
  • Vision Pro
  • Watch
    • Force Touch
Software
Operating
systems
  • iOS / iPadOS
    • iOS history
    • iPadOS history
    • Apps
  • macOS
    • History
    • Server
    • Apps
  • tvOS
  • watchOS
  • visionOS
  • bridgeOS
  • Darwin
  • Classic Mac OS
  • CarPlay
  • Classroom
  • HomeKit
  • Core Foundation
  • Developer Tools
  • FileMaker
  • Final Cut Pro
    • Compressor
    • Motion
  • Logic Pro
    • MainStage
  • iLife
    • GarageBand
    • iMovie
    • iPhoto
  • iTunes
  • iWork
    • Keynote
    • Numbers
    • Pages
  • Mail
  • Pixelmator Pro
    • Photomator
  • QuickTime
  • Safari
  • SceneKit
  • Shazam
  • Siri
  • Swift
  • Xcode
Services
Financial
  • Card
  • Pay
  • Wallet
Media
  • Arcade
  • Books
  • Music
    • 1
    • Beats Music
    • Up Next
    • Festival
    • iTunes Radio
    • App
  • News
    • Newsstand
  • Podcasts
  • TV
    • streaming service
    • originals
    • MLS Season Pass
Communication
  • FaceTime
    • Walkie-Talkie
  • iMessage
    • iChat
    • App
  • Invites
  • Game Center
Retail
  • App Store
    • macOS
  • iTunes Store
    • Connect
  • Store
    • Fifth Avenue
    • Michigan Avenue
    • Pioneer Place
    • Tower Theatre
Support
  • AppleCare+
  • AASP
  • Certifications
  • Genius Bar
  • ProCare
  • One to One
Other
  • Apple Account (formerly Apple ID)
    • Sign in with Apple
  • One
  • Developer
    • iAd
    • TestFlight
    • WWDC
  • iCloud
    • MobileMe
  • Find My
  • Fitness
  • Photos
  • Maps
Companies
Subsidiaries
  • Anobit
  • Apple IMC
  • Apple Studios
  • Beats
  • Beddit
  • Braeburn Capital
  • Claris
Acquisitions
  • Anobit
  • AuthenTec
  • Beats
  • Beddit
  • BIS Records
  • Cue
  • EditGrid
  • Emagic
  • FingerWorks
  • Intrinsity
  • InVisage Technologies
  • The Keyboard Company
  • Lala
  • Metaio
  • NeXT
  • Nothing Real
  • P.A. Semi
  • Power Computing
  • PrimeSense
  • Shazam Entertainment Limited
  • Siri
  • Texture
  • Topsy
Partnerships
  • AIM alliance
    • Kaleida Labs
    • Taligent
  • Akamai
  • Arm
  • DiDi
  • Digital Ocean
  • Eldim
  • iFund
  • Imagination
  • Rockstar Consortium
Design and marketing
  • Advertising
    • "1984"
    • "Think different"
    • "Get a Mac"
    • iPod
    • Product Red
  • Events
  • IDg
  • Typography
Legal issues and
labour relations
  • #AppleToo
  • EU tax dispute
  • Litigation
    • 2024 US antitrust case
    • App Store antitrust case
    • Non-recruiting agreements
    • Price-fixing ebooks
    • FBI encryption dispute
    • Epic Games
  • Right to repair
  • Unions
Related
  • Car project
  • Criticism
  • Community
    • AppleMasters
  • Ecosystem
  • History
    • Codenames
    • Apple FileWare
  • iOS app approvals
  • Offices
    • Infinite Loop campus
    • Park
  • University
People
CEOs
  • Michael Scott
  • Mike Markkula
  • John Sculley
  • Michael Spindler
  • Gil Amelio
  • Steve Jobs
  • Tim Cook
Board chairs
  • Mike Markkula
  • Steve Jobs
  • John Sculley
  • Arthur D. Levinson
Other
executives
Current
  • Eddy Cue
  • Craig Federighi
  • Isabel Ge Mahe
  • John Giannandrea
  • Lisa Jackson
  • Greg Joswiak
  • Sabih Khan
  • Stephen Lemay
  • Luca Maestri
  • Deirdre O'Brien
  • Kevan Parekh
  • Phil Schiller
  • Johny Srouji
  • John Ternus
Former
  • Alan Dye
  • Angela Ahrendts
  • Fred D. Anderson
  • John Browett
  • Guerrino De Luca
  • Paul Deneve
  • Al Eisenstat
  • Tony Fadell
  • Scott Forstall
  • Ellen Hancock
  • Nancy R. Heinen
  • Jony Ive
  • Ron Johnson
  • David Nagel
  • Peter Oppenheimer
  • Mark Papermaster
  • Dan Riccio
  • Jon Rubinstein
  • Bertrand Serlet
  • Bruce Sewell
  • Sina Tamaddon
  • Avie Tevanian
  • Steve Wozniak
Founders
  • Steve Jobs
  • Steve Wozniak
  • Ronald Wayne
  • Italics indicate discontinued products, services, or defunct companies.
  • Category
  • v
  • t
  • e
Classic Mac OS
Versions
  • System 1
  • System 2, 3, and 4
  • System 5
  • System 6
  • System 7
    • Mac OS 7
  • Mac OS 8
  • Mac OS 9
Applications
  • Calculator
  • Chooser
  • Drive Setup
  • DVD Player
  • Finder
  • Graphing Calculator
  • Keychain Access
  • PictureViewer
  • PowerTalk
  • QuickTime Player
  • Network Browser
  • Scrapbook
  • Sherlock
  • Software Update
  • Stickies
  • System Information
  • SimpleText
Developer
  • HyperCard
  • MacsBug
  • Macintosh Programmer's Workshop
  • ResEdit
Technology
  • Alias
  • Appearance Manager
  • Apple menu
  • At Ease
  • Balloon help
  • Bomb error
  • Command key (⌘)
  • Control Panel
  • Control Strip
  • Creator code
  • Dogcow
  • Extensions
  • Hierarchical File System
  • HFS Plus
  • Keychain
  • Labels
  • Macintosh File System
  • Macintosh Toolbox
  • Managers
  • MultiFinder
  • Multiprocessing Services
  • Option key (⌥)
  • OSType
  • PICT
  • QuickDraw
  • QuickTime
  • Resource fork
  • Sosumi sound
  • Startup sequence
  • System folder
  • System suitcase
  • Type code
  • WorldScript
Related articles
  • Memory management
  • Old World ROM
  • New World ROM
  • Software
  • Transition to PowerPC
  • v
  • t
  • e
macOS
  • History
  • Architecture
  • Built-in apps
  • Server
  • Software
Versions
Mac OS X
  • Server 1.0
  • Public Beta
  • 10.0 Cheetah
  • 10.1 Puma
  • 10.2 Jaguar
  • 10.3 Panther
  • 10.4 Tiger
  • 10.5 Leopard
  • 10.6 Snow Leopard
OS X
  • 10.7 Lion
  • 10.8 Mountain Lion
  • 10.9 Mavericks
  • 10.10 Yosemite
  • 10.11 El Capitan
macOS
  • 10.12 Sierra
  • 10.13 High Sierra
  • 10.14 Mojave
  • 10.15 Catalina
  • 11 Big Sur
  • 12 Monterey
  • 13 Ventura
  • 14 Sonoma
  • 15 Sequoia
  • 26 Tahoe
Predecessors
  • Classic Mac OS
  • NeXTSTEP
  • Rhapsody
Applications
Core
applications
  • App Store
  • Automator
  • Calculator
  • Calendar
  • Contacts
  • Control Center
  • Dictionary
  • FaceTime
  • Finder
  • Game Center
  • Grapher
  • Home
  • Mail
  • Messages
  • News
  • Music
  • Notes
  • Notification Center
  • Podcasts
  • Photo Booth
  • Photos
  • Preview
  • QuickTime Player
  • Reminders
  • Safari
  • Shortcuts
  • Siri
  • Stickies
  • TextEdit
  • Time Machine
Developer
Tools
Xcode
  • Instruments
Former
  • Interface Builder
  • Dashcode
  • Quartz Composer
Utilities
  • Boot Camp
  • ColorSync
  • Configurator
  • Disk Utility
  • Font Book
  • Keychain Access
  • Script Editor
  • System Settings
  • Terminal
  • VoiceOver
Former
  • Dashboard
  • Front Row
  • iChat
  • iPhoto
  • iSync
  • iTunes
    • history
  • Sherlock
Technologies,
user interface
  • AirDrop
  • AppKit
  • Apple File System
  • Apple menu
  • Apple Push Notification service
  • AppleScript
  • Aqua
  • Audio Units
  • AVFoundation
  • Bonjour
  • Bundle
  • CloudKit
  • Cocoa
  • ColorSync
  • Command key
  • Core Animation
  • Core Audio
  • Core Data
  • Core Foundation
  • Core Image
  • Core OpenGL
  • Core Text
  • Core Video
  • CUPS
  • Cover Flow
  • Darwin
  • Dock
  • FileVault
  • Fonts
  • Foundation
  • Gatekeeper
  • Grand Central Dispatch
  • icns
  • iCloud
  • Kernel panic
  • Keychain
  • launchd
  • Liquid Glass
  • Mach-O
  • Menu extra
  • Metal
  • Mission Control
  • Night Shift
  • OpenCL
  • Option key
  • Preference Pane
  • Property list
  • Quartz
  • Quick Look
  • Rosetta
  • Smart Folders
  • Speakable items
  • Spotlight
  • Stacks
  • System Integrity Protection
  • Uniform Type Identifier
  • Universal binary
  • WebKit
  • XNU
  • XQuartz
Deprecated
  • HFS+
Discontinued
  • ATSUI
  • BootX
  • Brushed metal
  • Carbon
  • Classic Environment
  • Inkwell
  • QuickTime
  • Spaces
  • Xgrid
 Category
  • v
  • t
  • e
Password managers
Proprietary
  • 1Password
  • Apple Passwords
  • Dashlane
  • Enpass
  • Intuitive Password
  • Keeper
  • LastPass
  • Microsoft Authenticator
  • Myki
  • NordPass
  • Pleasant Password Server
  • RoboForm
  • SafeInCloud
  • Norton
Open source
  • Bitwarden
  • Factotum
  • GNOME Keyring
  • KeePass
  • KeePassXC
  • KeeWeb
  • Keychain
  • KWallet
  • Pass
  • Password Safe
  • Proton Pass
  • Seahorse
Discontinued
  • Encryptr
  • Firefox Lockwise
  • Gator eWallet
  • KeePassX
  • KYPS
  • Mitro
  • Offer Assistant
  • Category
  • List of password managers
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Keychain_(software)&oldid=1338180381"
Categories:
  • MacOS security technology
  • Personal information manager software for macOS
  • Free password managers
  • Software using the Apple Public Source License
  • Authentication
  • 1999 software
Hidden categories:
  • Articles with short description
  • Short description matches Wikidata
  • Articles needing additional references from July 2013
  • All articles needing additional references
  • Articles lacking reliable references from April 2020
  • All articles lacking reliable references
  • Articles with multiple maintenance issues
  • Use mdy dates from October 2013
  • All articles with unsourced statements
  • Articles with unsourced statements from March 2015

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id