1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2024-12-22 15:59:29 -07:00
A tool to manage ariadne signature profiles, implementing v0 of the specification
Find a file
Ty 77f545b32e
Add profiles edit command
This took too much effort, someone better appreciate it
2024-02-29 21:11:46 -07:00
.vscode Add basic profile create command, with debugging for now (doesn't actually create) 2024-02-19 23:03:57 -07:00
crates More work on profiles create, and profiles export was added 2024-02-28 21:06:10 -07:00
src Add profiles edit command 2024-02-29 21:11:46 -07:00
.gitignore Initial commit with key generation, key import from base64-encoded private ES256 keys, profile generation, and profile parsing 2023-06-25 22:35:50 -06:00
Cargo.lock Add scrypt-pkcs#8 export for ASP tool compatibility 2024-02-19 21:32:54 -07:00
Cargo.toml Add scrypt-pkcs#8 export for ASP tool compatibility 2024-02-19 21:32:54 -07:00
README.md Start on keys import subcommand, move import-gpg 2023-09-28 11:56:11 -06:00
rustfmt.toml Initial commit with key generation, key import from base64-encoded private ES256 keys, profile generation, and profile parsing 2023-06-25 22:35:50 -06:00

aspm

This is the Ariadne Signature Profile Manager, a command line program and rust library implementing the Ariadne Signature Profile specification v0. Currently, it is updated to the latest version of the spec as of ariadne/ariadne-identity-specification@92f280bf83.

The command line program is located in src/, and the library it uses to do ASP-related things (like creating and signing profiles, or generating keys) is located in crates/asp.