Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# jirachi

rusty-jirachi-2

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.