aboutsummaryrefslogtreecommitdiff
path: root/src/common/Encoding
AgeCommit message (Collapse)Author
2020-04-05Core/Misc: Remove whitespace at the end of linesjackpoz
2020-03-19Core/Misc: C++17 cleanups, commit 3, the header commitTreeston
2020-03-19Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2020-01-02New yearAokromes
Say bye bye to every year changing dates
2019-12-17Common/Encoding: fix Base32 alphabet (oops)Treeston
2019-08-10[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
- Proper management commands (.account 2fa) - Secrets can now be encrypted (set TOTPTokenSecret in .conf) - Secret now stored in binary - Argon2 and AES primitives - Base32/64 support