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

https://github.com/girkovarpa/hutton-sciter

GUI for the Hutton cipher.
https://github.com/girkovarpa/hutton-sciter

code crack dll electron encryption gui hutton library rust sciter tiscript ui windows

Last synced: about 1 month ago
JSON representation

GUI for the Hutton cipher.

Awesome Lists containing this project

README

          

# Hutton Cipher

Run `cargo build --release` to compile `hutton.dll`, then place [scapp.exe](https://github.com/c-smile/sciter-sdk/blob/master/bin.win/x32/scapp.exe) inside this folder and run it.

![preview](preview.gif)

I would like to remake this using JavaScript, but I haven't been able to get the Rust bindings for Sciter.JS to work yet😢