authenticator icon indicating copy to clipboard operation
authenticator copied to clipboard

v2.0.0 Tracker

Open Rayquaza01 opened this issue 5 years ago • 1 comments

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.

Rayquaza01 avatar Feb 01 '21 02:02 Rayquaza01

any news about this?

wazerstar avatar Jul 23 '22 01:07 wazerstar