Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisamanse/Codegen
An open source one-time password generator for iOS.
https://github.com/chrisamanse/Codegen
authentication authenticator cryptography generator hmac ios one-time-passwords qrcode security swift
Last synced: 3 months ago
JSON representation
An open source one-time password generator for iOS.
- Host: GitHub
- URL: https://github.com/chrisamanse/Codegen
- Owner: chrisamanse
- License: gpl-3.0
- Created: 2016-09-25T08:08:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T05:53:53.000Z (over 7 years ago)
- Last Synced: 2024-07-18T23:35:28.327Z (4 months ago)
- Topics: authentication, authenticator, cryptography, generator, hmac, ios, one-time-passwords, qrcode, security, swift
- Language: Swift
- Homepage:
- Size: 241 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codegen
An open source one-time password generator for iOS.
## Features
- [x] Add one-time password accounts using QR codes
- [x] Add one-time password accounts by manually providing details
- [x] Import and export accounts using QR codes
- [x] Stored locally only
- [x] Encrypted## To-Do
- [ ] Limit number of characters in account details
- [ ] Disable special characters in account details (URL reserved characters)
- [ ] iOS Today Widget
- [ ] macOS App## License
Copyright (c) 2016 Joe Christopher Paul Amanse
This software is distributed under the [GPLv3 License](./LICENSE).