Skip to content

EladJosef/BlueHood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

In the nutshell

BlueHood convert any file type into one encrypted image using Advanced Encryption Standard 256bit (AKA AES).

Built With

  • Rust - used for build main algorithm.
  • Electron - used for build cross-platform desktop apps (BlueHood app).
  • WebAssembly - help us use rust algorithm in BlueHood app.
  • Svelte - framework for BlueHood app.

Build

WebAssembly

cd CLI app
wasm-pack build --target web

Usge

CLI app

git clone https://github.com/EladJosef/BlueHood
cd CLI app
cargo build
cargo run [arguments]

or just download the exe file from this link

app.exe [arguments]

Version tracking

version number : 0.1.0v

Next version (0.1.0v) todo list :

  • WebAssembly
  • Init app