Skip to content

A simple iOS app for creating and storing passwords, created mostly for my own use and learning purposes.

Notifications You must be signed in to change notification settings

jamajk/simplepass-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePass

A simple iOS app for creating and storing passwords, created mostly for my own use and learning purposes.

Right now it supports only iPhones. Original app icon (key shape) taken from Freepik at www.flaticon.com and edited by me.

The app uses the KeychainAccess wrapper by user kishikawakatsumi on GitHub. It's a very useful tool.

Main screen

Main screen in light mode Main screen in dark mode The app has native support for dark mode.

The main screen contains buttons for generating and viewing already stored passwords, as well as a slider for choosing the desired password length, set between 8 and 20 characters.

Saving a password

Creating a password

Upon pressing the Generate button the password appears inside of the gray label, along two additional buttons allowing the user to save the password or just copy it to the pasteboard.

Pressing the Save button will present a modal that will allow the user to enter the password info and add it to the list. While the password field is filled automatically, it is still possible to edit it.

Saving the password

Viewing saved passwords

All passwords are saved in Keychain, so the data is always accessible.

Password list After pressing the Show saved passwords button on the main screen and successfully authenticating the user using FaceID, TouchID or passcode, the password list is presented, from which gives access to the passwords' previously saved details.

Password details From the details screen it is possible to copy the chosen password or delete the record, after confirming that this was the desired action.

About

A simple iOS app for creating and storing passwords, created mostly for my own use and learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages