Expand description
cryptographic key functions for use in lk_keypoint
Modules§
Structs§
Constants§
Functions§
- lki_
adhoc - Seed randomness to generate an adhoc ID usable without syncing.
- lki_
decrypt - decrypt the result of lki_encrypt
- lki_
encrypt - Encrypt an identity using argon2d with the public key as the salt in URL_SAFE base64 (replaces “+/” with “-_”) Empty passwords are always encrypted with the cheapest preset
- lki_
encrypt_ paranoid - NOTE: password length & complexity determines your security
- lki_
generate - generate a new key
- lki_
pubkey - read the public key portion of a lki_encrypt string