8000 GitHub - reethfx/bcrypt-cli-tool: A basic Rust CLI tool for cyphering Strings with bcrypt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reethfx/bcrypt-cli-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bcrypt - CLI Tool by reeth

https://www.rust-lang.org/ GitHub Stars Current Version

Table of Contents

📖 About

This is a small script based on Rust, for comparing and encrypting Strings with bcrypt with a custom CLI tool. It's designed for optimizing time on development and testing out of code blocks on the app.

🚩 Flags

Flag Behaviour
encrypt expects a string and a salt number to encrypt the string.
compare expects a string and a hash nto verify its integrity.

🚀 Installation

  1. Clone this repository.

  2. Exectue cargo build --release this will generate /target/bcrypt_cli directory.

  3. Simply execute ./target/release/bcrypt_cli on the specified directory to run the script. You can add it by alias on your shell to make it accesible.`

About

A basic Rust CLI tool for cyphering Strings with bcrypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0