Who would be willing to trial my Encryption and Decryption tool? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Who would be willing to trial my Encryption and Decryption tool?

I have been writing an Encryption and Decryption tool designed around having no catches. No logging data, connecting to a server storing what you do, nothing. Just being able to lock away your data safely. It will be freeware. I need people willing to Test it for bugs and try and crack it to find the algorithm, or pull the Key and Password from it. Let me know if you're interested!!

14th Mar 2017, 2:32 AM
Lee Fesler
Lee Fesler - avatar
7 Answers
+ 6
me too ✋
14th Mar 2017, 3:12 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 5
What sort of decryption/encryption? I would be interested to try it out.
14th Mar 2017, 2:47 AM
Wen Qin
Wen Qin - avatar
+ 2
Great dude. Writing hashing function is not easy. I love to test it. You have done wonderful job. Can you also send algorithm of this. If it is Public or published at GitHub.
14th Mar 2017, 3:05 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
0
it works by taking the file you choose, and writing a 256bit wall of information OVER the file, creates a version of the file with the encryption, that requires a key to unlock, (20 character randomly generated) and to unlock the key it requires a password, that you choose with an 8 character minimum. and all that information is encrypted as it gets passed through the Application and even while its in the file. it technically creates a corrupt version of the file, that can only be unlocked with my algorithm, and both the key and password. haha And if you want to delete the original file, I have a portion that allows you to completely and utterly destroy the file with corrupt information, then deletes it. haha email, [email protected] if you would like to try it. I'll send a private link tomorrow.
14th Mar 2017, 2:55 AM
Lee Fesler
Lee Fesler - avatar
0
I think i missed answering the actual question though. haha Its a desktop, single executable application that can encrypt and decrypt ANY filetype. Here's a video I did of the current version: https://youtu.be/4sfXKbkTGJg
14th Mar 2017, 2:57 AM
Lee Fesler
Lee Fesler - avatar
0
I do not plan to share the algorithm even though I would love to. I was originally doing this as an open source project and then realized that everyone would have my algorithm and that could make it easier to crack the files. I'm willing to helo answer questions though.
14th Mar 2017, 3:07 AM
Lee Fesler
Lee Fesler - avatar
0
Make sure to email [email protected] if you want to receive a copy to test! please make sure to log any bugs, potential fixes, or security holes you find.
14th Mar 2017, 3:13 AM
Lee Fesler
Lee Fesler - avatar