Documentation ¶
Overview ¶
csv_export exports a vault to an UNENCRYPTED CSV file. It is developed for use with 1Password's import feature, but is likely generally useful.
gen_pgp_key generates a Harpocrates PGP key by wrapping a serialzed PGP entity into a Harpocrates key.
Example usage:
[generate a private key suing standard PGP tools] $ pgp --export-secret-key "key identity" >serialized_entity $ wrap_serialized_pgp_entity --in=serialized_entity --out=key
gen_harp_key generates a native Harpocrates secretbox key.
rotate_key allows migrating between two different keys.
Click to show internal directories.
Click to hide internal directories.