A collision-resistant runtime agnostic key generator written in rust
- Install
jirachi_cli
by usingcargo install jirachi_cli
- Set
JIRACHI_DB_URL
andJIRACHI_POOL_SIZE
in your environment variables or in a.env
file - Run
jirachi setup
to initialize your database (The database must be created for this to work)
- Collision resistance: This feature is optional and can be enabled in Cargo.toml by using
jirachi: {version: "x.y.z", features=["collision-resistant"]}
- Adjective noun key generator: This is a default feature which can generate adjective-noun pairs from an embedded dataset.