Updated the README
This commit is contained in:
parent
7ae2030de6
commit
ebc44f7fea
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -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...
|
||||
|
Loading…
Add table
Reference in a new issue