-
For example with `b32.NewEncoder(b32.NewEncodingCI("abcdefghijklmnopqrstuvwxyz234567").WithPadding(b32.NoPadding), out)`, encoding `Decentralize everything!!!` yield `birswgzloorzgc3djpjssazlwmvzhs5di…
-
Create a Base32 encoding module based off of Doug Crockford's alphabet and RFC 3548 for Python interoperability by default.
-
**Describe the bug**
I cannot run the echo example for nix-hash `nix-hash --type sha256 --flat --base32
-
Hi Joe, I am really liking this sdk. However, I am getting a lot of issues when trying to run example1.v with encoding.base32 . I am not sure it exists on GitHub yet.
-
Here is my Code:
```
var userToken = speakeasy.totp({
secret: screte_code,
digits: 6,
encoding: 'base32',
algorithm: 'sha1',
// encoding: 'b…
-
I encountered an issue where ClamAV does not detect the EICAR test file if it is encoded using either Base32 or Base64. This could represent a potential security risk, as malware could potentially byp…
-
This is not a valid character for an LDH label.
Similarly, names could start with "--xn" which might then lead to being interpreted as punycode.
-
**Reported by andy753421 on 28 Jan 2014 08:06 UTC**
I had to write some converter in bash/sed/dc just to get a Base32 encoded secret. It would be much easier to just use hex or decimal, at least as an…
-
### Description
https://prestodb.io/docs/0.283/functions/binary.html
-
Hi, just thought that this lib is perfect for HOTP / TOTP solutions, except for the base32 part (it currently has base64).
There are other solutions like https://github.com/emn178/hi-base32, https:…