authenticator
authenticator copied to clipboard
v2.0.0 Tracker
Tracking for the version 2.0.0 release.
Commits will be made to the feature branch.
The plan is to rewrite the extension in Typescript and make the code more maintainable.
Current planned features:
- [x] Implement TOTP with WebCrypto
- [x] Implement encryption and decryption with WebCrypto
- [x] Base 64 encode and decode to Uint8Array
- [x] Base 32 decode to Uint8Array
- [ ] Remake options page (with drag and drop)
- [ ] Customizable color schemes?
- [ ] Remake popup page (fixing styling and scrolling issues)
- [ ] Build process
- Currently have a basic webpack setup, might switch to parcel?
Update: 2021-02-06: Base 32 and 64 encode and decode are done. They seem to work correctly and pass the test cases I've made so far.
any news about this?