-
# WIP: Archive index design
## Background
For the purposes of this discussion, an **IPLD Store** is a *Mapping* of `CID` to (binary) data[^1].
The industry standard for *Mapping*s of this scale…
-
```
#!watchflakes
default
-
The following set of bytes, in hex:
```
12 34 56 78 9a
```
Are expected to be encoded as the following base32 unpadded string:
```
CI2FM6E2
```
However, the length of the encoded string is c…
-
Hey
Unless i'm hugely missing something, `Ù2F.verifyOTP` seems to have a significant flaw..
For example, with a `base32_key` of `VALN YFSX VQNO DANY L3HQ AENO 5FKY 4FMV`, U2F.verifyOTP accepts a…
-
When I try decoding Base32 string `C7LU2YLHZMWMMAOA2XGIE6NIHFXRN25FRXAUUIFP5LXVTJGW4ICQ====` I get a `DecodingError`.
The string has no issues and get decoded correctly by other decoders:
Th…
-
running Python 3.12.4 + latest commit of puddly/android-otp-extractor the phone is on lineageOS 21 (Android 14)
```bash
(env2) [phixion@cray env2]$ python -m android_otp_extractor --prepend-issuer…
-
### Describe the bug
Can you open a separate issue please with more details about your problem?
In particular, please include the following information in your new issue:
- is thi…
-
Hi, I'm working on a project that needs a TOTP hashed by HMAC-SHA-512 any ideas on how i would go about this?
-
I can consistently repro the errors mentioned at https://github.com/libp2p/go-libp2p/blob/b23d8b580bf819b207aa136e6484183233d52a36/p2p/transport/tcp/tcp.go#L43-L47 with kubo.
Note that for thi…
-
I'm going to test how Bluesky currently handles this in a moment (I have a hypothesis, but I'm not gonna speak to it until I've determined the actual observed behavior), but this is a subject I've tho…