ARC (AnotherRijndaelCrypter)
Posted: Thu Jul 27, 2017 3:07 am
That here is my very first tool I've written myself with the C# interface, and id like to publish it but I dunno where so I'll post it here (let me know if you guys know a better place to post these on
). Feedback and criticism is welcome!
This tool encrypts and decrypts your files. They are 2 modes: Keyfile encryption and password encryption. Select your desired mode by using the radio buttons above the progressbar. With Keyfile encryption you can encrypt any file using a generated Keyfile for which you can select a hashing type and an encryption strength below. These settings will be stored on the Keyfile!
Password encryption will encrypt your file using a password. Unlike Keyfile encryption, the password encryption settings will stick at SHA-256 hashing and 256bit encryption. YOU CAN ONLY DECRYPT YOUR FILES WITH THE CORRECT KEYFILE or PASSWORD! If you lose your Keyfile or Password, your encrypted file is as good as lost!
This tool uses the Rijndael algorithm.
Note: Your file will still get encrypted if you leave the password field empty. Decrypting that file also has to be with an empty password!
Another Note: no this is not a virus.. these anti virus detecters like to call alarm if they see anything that has to do with encrypting and reading your files.... i think.. tbh im not sure either,
DISCLAIMER: I AM NOT RESPONSIBLE TO DATA LOSS OR ANYTHING ALIKE THAT COULD OCCUR ON ANYONES PERSONAL FILES! THIS TOOL WAS WRITTEN ON THE SOLE PURPOSE TO PROTECT FILES!
Password encryption will encrypt your file using a password. Unlike Keyfile encryption, the password encryption settings will stick at SHA-256 hashing and 256bit encryption. YOU CAN ONLY DECRYPT YOUR FILES WITH THE CORRECT KEYFILE or PASSWORD! If you lose your Keyfile or Password, your encrypted file is as good as lost!
This tool uses the Rijndael algorithm.
Note: Your file will still get encrypted if you leave the password field empty. Decrypting that file also has to be with an empty password!
Another Note: no this is not a virus.. these anti virus detecters like to call alarm if they see anything that has to do with encrypting and reading your files.... i think.. tbh im not sure either,
DISCLAIMER: I AM NOT RESPONSIBLE TO DATA LOSS OR ANYTHING ALIKE THAT COULD OCCUR ON ANYONES PERSONAL FILES! THIS TOOL WAS WRITTEN ON THE SOLE PURPOSE TO PROTECT FILES!