Speedcrypt 1.0
t is software to encrypt your data that implements some of the most powerful and secure algorithms in the world. It also uses the most sophisticated password derivation techniques, with very robust HASH Functions. Speedcrypt implements libraries such as Bouncy Castle and others among the most used in the world of cryptography!
Speedcrypt is a free program for encrypt the files which helps you to manage in a secure way. The files are encrypted using the best and most Secure Encryption algorithms currently known: AES-GCM, AES RIJNDAEL, PGP, AES (String Crypto) CHACHA20, XCHACHA20-POLY1305. Speedcrypt is it really free, more than that: it is Open Source. You can have a look at its full source code and check whether the security features are implemented correctly.
Speedcrypt provides its users with protection against Dictionary Attacks, Guessing Attacks or Brute Force attacks and Rainbow Table Attacks. These types of attacks cannot be prevented in any way, but they can be made much more difficult to carry out. And Speedcrypt does it! Whenever a Master Key is inserted, Speedcrypt it helps the user to make the key as strong as possible, transforming it initially with fill characters at the beginning and at the end of the inserted string.
Whenever a single or a list of files is encrypted using Speedcrypt, the original files are deleted to ensure they cannot be recovered. This action aims to ensure that sensitive data is no longer accessible or recoverable by unauthorised third parties, thus preserving the privacy and security of the encrypted information.
When Speedcrypt is running, sensitive data, namely the Master Key and its related SALT, are stored in an encrypted form in the process memory. This is done to ensure that if one were to attempt to read memory locations related to Speedcrypt, no sensitive data could be recovered. Additionally, wherever possible, all memory locations no longer needed are first overwritten and then deleted.