🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Back to business

posted in noaktree leaves
Published May 31, 2005
Advertisement
After a great Memorial Day weekend I got back to work on my archival system.

What I did...

First I spent some time restructuring all of my library projects and files (needed to be done). Next I implemented a fast key encryption algorithm using a random byte cipher. It'll be good enough. It can be broken using a brute force attack but it will take quite some time to do that. [smile]

Once the encryption was in place I began work on the archival class and I am happy to say that some 14 hours later I now have a working archival library with optional per-file encryption and a dynamic directory tree. I'll need to finish up all of the loose ends tomorrow and begin working on the GUI tool for it.
0 likes 3 comments

Comments

Rob Loach
*shiver* GUI *shiver*

Sounds like you're making some progress with that. I've used Tiny Encryption Algorithm for my encryption algorithm creation needs and it worked flawlessly.
June 01, 2005 07:16 AM
johnhattan
Man, you did more work than me. When I needed something similar, I just used zlib so I could use Winzip as my GUI.
June 01, 2005 08:30 AM
noaktree
Two roads diverged in a yellow wood,
And sorry I could not travel both...

...I took the one less traveled by,
And that has made all the difference.
June 01, 2005 11:19 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement