Side project of mine that is mostly just for fun and to zen out with Ruby. I have built this program in multiple languages so I figured I should try it with Ruby too. This is the first time I have tried to build a GUI with GTK3.
Go to file
fullbl00m 2f0ab285ec Edited the README 2022-04-28 03:39:10 -04:00
bkups VERSION ONE WORKS ALL BUTTONS TESTED 2022-04-02 06:16:16 -04:00
spec Finished the rspec tests, all pass, still has bugs in the gui app until the input/output functionality is built next... 2022-04-28 03:36:34 -04:00
vault Pushing to test lehtis config changes 2022-04-03 11:49:58 -04:00
.rspec Pushing some random code from last night when messing with a gtk3 ruby app, and also working with a simple encryption tool with ruby. The encryption tool will be pushed to another repo and this will be stripped down to a multipurpose boilerplate for quickly prototyping gui applications with ruby and gtk3. 2022-04-02 01:17:50 -04:00
README.md Edited the README 2022-04-28 03:39:10 -04:00
classes.rb Finished the rspec tests, all pass, still has bugs in the gui app until the input/output functionality is built next... 2022-04-28 03:36:34 -04:00
desktop.ini Pushing to test lehtis config changes 2022-04-03 11:49:58 -04:00
functions.rb Finished the rspec tests, all pass, still has bugs in the gui app until the input/output functionality is built next... 2022-04-28 03:36:34 -04:00
gui.rb Finished the rspec tests, all pass, still has bugs in the gui app until the input/output functionality is built next... 2022-04-28 03:36:34 -04:00
test.json Finished the rspec tests, all pass, still has bugs in the gui app until the input/output functionality is built next... 2022-04-28 03:36:34 -04:00

README.md

Bloom Tool

Simple Novelty Encryption with Ruby


How to use it

$ ruby gui.rb


This program requires the use of keys. You either need to generate one, or load a previously saved one before encrypting or decrypting data.

Feel Free to mess with it but it is in the middle of a structural change...