A password manager for iOS device.
The structure is below:
########################################
main password ---------> hash ---------------> |file|
| | |
| generate |file|---------->hash----------.
| | | append \
key -------------->password item -------------> |file|<-----------------------------/
########################################
- determine the encrypt algorithm
- UI update
- implement the logic