You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aegis/app/src/main/java/me/impy/aegis/encoding
Alexander Bakker 4a4ab1a82c Bunch of refactoring
- Get rid of KeyProfile and use DatabaseEntry directly
- Don't store Google auth style urls in the db, but use separate fields
- Update testdata to reflect db format changes
- Lay the ground work for HOTP support
- Refactor KeyInfo and split it into OtpInfo, TotpInto and HotpInfo
- Surely some other stuff I forgot about
7 years ago
..
Base32.java Bunch of refactoring 7 years ago
Base32Exception.java Improve manual entry validation 8 years ago
Base64.java Wrap the Base64 class to prevent a runtime exception for bad input 8 years ago
Base64Exception.java Wrap the Base64 class to prevent a runtime exception for bad input 8 years ago
Hex.java Make the API of all encoding classes similar 8 years ago
HexException.java Move to an entirely JSON encoded file for the database 8 years ago