thodg/totp-rs/examples

Branch :


Log

Author Commit Date CI Message
584b7aa8 2022-08-08 20:19:07 Merge branch 'secret' of github.com:steven89/totp-rs into secret
3d61027d 2022-08-08 20:19:04 Change Secret: Plain to Raw & Base32 to Encoded
ba130aaa 2022-08-08 20:15:31 Merge branch 'master' into secret
2cb5ec2b 2022-08-08 17:56:32 Merge pull request #26 from steven89/rfc Rfc6238 struct
f65a2e84 2022-08-06 23:04:50 add `Secret` enum & `gen_secret` feature - Make the distinction between encoded/non-encoded secret clear, and allows for easy transformation betwen the two formats - add `gen_secret` feature to allow easy generation of CSPRNG secret, also add function to generate rfc recommended length secret
40196c5e 2022-08-06 17:49:40 add `ttl` to TOTP
6623af9d 2022-08-06 17:31:11 Rfc6238 struct