Updated the README

This commit is contained in:
fullbl00m 2022-04-02 06:23:51 -04:00
parent 7ae2030de6
commit ebc44f7fea

View file

@ -0,0 +1,16 @@
# Bloom Tool<br>
### Simple Novelty Encryption with Ruby<br>
#### How to use it<br>
```$ ruby gui.rb```
<br>
This program requires the use of keys. You either need to generate one, or load a previously saved one before encrypting or decrypting data.
The program reads and writes to the /vault/ folder.
It currently only can read and write to files names data.bin or key.bin in the /vault/ folder.
It can save either binary or human readable data to the data.bin file regardless of the hardcoded extension for now...