BlueHood convert any file type into one encrypted image using Advanced Encryption Standard 256bit (AKA AES).
- 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.
cd CLI app
wasm-pack build --target web
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]
- WebAssembly
- Init app