One Time Password (TOTP/HOTP/SKEY/others) auth plugin
(MDEV-4799)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Trivial |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
create base16, base32, base64, encode/decode functions http://en.wikipedia.org/wiki/Base16 (not high priority) - implemented as HEX() and UNHEX() at SQL layer http://en.wikipedia.org/wiki/Base32 (used in otp, MDEV-4799 ) |
| Comments |
| Comment by roberto spadim [ 2013-08-02 ] |
|
base32 functions from google authenticator: easy to port =) |