-
**Describe the bug**
If I want to use the "Generate TOTP" and add the secret in the input it generates a TOTP password for another key. By searching the source code it seems like the input gets Base3…
-
Hi everybody,
I am using speakeasy in an Ember application with ember-browserify addon: https://www.npmjs.com/package/ember-browserify
Just encountered that the base32 encoding seems to not work…
-
`base64.Encoding.Strict` was added in #15656, but there was no equivalent method added to `base32.Encoding`.
To be consistent, I propose we add the equivalent functionality but rename it. The name `S…
-
I just [read about UUIDv7](https://buildkite.com/blog/goodbye-integers-hello-uuids). It's a [proposed IETF standard](https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/), in "last call". O…
booch updated
2 weeks ago
-
I've found myself encoding the UUID to Base64 and Base32 string in multiple projects I worked on.
Do you think it's a good idea if we add this encoding and decoding to this library or that's out of …
-
1. When I init a QR code that was generated by code that uses secrets BASE32 encoded with padding, then I get an error.
2. This happens only on iPhone
Yes, I saw https://github.com/google/google-a…
-
var token = speakeasy.totp({
secret: secret.base32,
encoding: 'base32',
time:300
});
console.log(token);
…
-
The use case for Base32 is to provide something that's easier to write down and re-enter correctly - otherwise you'd _always_ use base64. [Base-N Base32 does not accomplish this](https://en.wikipedia.…
-
I use IPFS Desktop 0.17.0 and go-ipfs 0.10.0 on Windows 11.
**Is your feature request related to a problem? Please describe.**
IPFS Desktop displays and uses CIDv0 at the moment, which is case-sen…
-
I am trying to understand what method of base32 encoding is used to produce the common ULID string specified in the spec, leading with usually `01G` as it doesn't seem to be the method defined in [rfc…