Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercmmetry/jirachi
A collision-resistant runtime agnostic key generator written in rust
https://github.com/supercmmetry/jirachi
collision-resistance generator jirachi key postgresql runtime rust
Last synced: about 1 month ago
JSON representation
A collision-resistant runtime agnostic key generator written in rust
- Host: GitHub
- URL: https://github.com/supercmmetry/jirachi
- Owner: supercmmetry
- License: mit
- Created: 2020-06-27T14:43:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T08:26:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T11:13:53.338Z (2 months ago)
- Topics: collision-resistance, generator, jirachi, key, postgresql, runtime, rust
- Language: Rust
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A collision-resistant runtime agnostic key generator written in rust
## Steps to use:
- Install `jirachi_cli` by using `cargo install jirachi_cli`
- Set `JIRACHI_DB_URL` and `JIRACHI_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)## Features:
- 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.