250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- it
- basic
- listview
- Widget
- UIAccessibility
- Swift
- ToDoRim
- COMMIT
- pubspec.yaml
- GIT
- protocol
- Equatable
- tip
- toyproject
- keyWindow
- OSLog
- xcode
- github
- reetcode
- dart
- Leetcode
- Extentsion
- pubspec
- SwiftGen
- flutter
- designPattern
- enumerations
- swiftlint
- IOS
- algorithm
Archives
- Today
- Total
목록keychain (1)
수니의 개발새발
[iOS/Swift] Keychain으로 안전하게 데이터 저장/반환/삭제하기 (pod 'SwiftKeychainWrapper')
📌 이번 글은 Keychain으로 안전한 데이터를 저장하는 방법입니다. 이 글에서는 SwiftKeychainWrapper 라이브러리를 사용할 예정입니다. Keychain 앱에서 사용자 비밀번호, 토큰과 같은 민감함 정보를 저장해야 할 때, 안전하게 저장할 필요가 있습니다. iOS는 암호화된 컨테이너로 Keychain이 존재하며, 민감함 데이터를 암호화하고 복호화하며 재사용하는 행위를 보다 쉽고 안전하게 사용할 수 있게끔 Keychain Services API를 제공합니다. SwiftKeychainWrapper Keychain Services API를 보다 편하고 안전하게 이용할 수 있게끔 해주는 라이브러리 입니다. GitHub - jrendel/SwiftKeychainWrapper: A simple wr..
iOS - Swift
2022. 6. 10. 22:22