Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
il1ane committed Oct 18, 2021
2 parents c1e2ab5 + 75d4756 commit 7a4724e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# lockd
Password manager iOS app, generate strong passwords and save them in Keychain.
Password manager app for iOS, generate strong passwords and save them!

![Simulator Screen Recording - iPhone 12 - 2021-06-10 at 23 49 11](https://user-images.githubusercontent.com/61360545/121601803-bb126b00-ca46-11eb-8163-ea77ef7dbc0b.gif)

Download lockd on the App Store: https://apps.apple.com/us/app/lockd/id1571284259

Test new features on TestFlight : https://testflight.apple.com/join/xJ5AlvS3

**Features:**

- Generate strong custom passwords
- Save passwords on Keychain
- Visualize password strenght
- Haptic feedbacks
- Password strenght calculator (entropy)
- Privacy mode (hides content in app switcher)
Expand All @@ -27,8 +26,15 @@ Test new features on TestFlight : https://testflight.apple.com/join/xJ5AlvS3
- Clear all keychain
- Support english & French languages

**Dependencies:**
**Dependencies, Libraries:**

lockd is built with:

- KeychainSwift (https://github.com/evgenyneu/keychain-swift)
KeychainSwift is used to save passwords simply and securely

- KeychainSwift (https://github.com/evgenyneu/keychain-swift)
- SwiftUIX (https://github.com/SwiftUIX/SwiftUIX)
- SwiftUIX (https://github.com/SwiftUIX/SwiftUIX)
SwiftUIX is used in the app for some components like search bar (for devices -iOS 15), text fields and keyboard

- PopupView https://github.com/exyte/PopupView
PopupView is simply used for confirmation popups

0 comments on commit 7a4724e

Please sign in to comment.