Skip to content

Releases: DeFUCC/hashkeys

🎄 v0.3.0 Nostr compatible and more transparent

17 Dec 16:09
c011cbf

Choose a tag to compare

We've moved away from custom prefixes to standard one that are used in Nostr. Also added encrypted key export and import. Now we run worker functions directly with auth.send('') - less code layers - easier to maintain.

🗼 v0.1.2 Passkeys + Session persistence

02 Sep 18:05
b4920d0

Choose a tag to compare

We can derive a special key from passkeys. Master key is persisted in the session storage for recall.

✈️ v0.1.1 All data is Bech32 encroded

02 Sep 18:07
4c4c497

Choose a tag to compare

We've found a good base encoding for crypto data - bech32 encoding that is human-readable, prefixable and provides some integrity.