Short Description: Program for encrypting text files with a time expensive method. The strength is configurable, so you can adapt the strength with the size of the text to achieve proper encryption times (big enough to discourage force brute attacks).
Long Description 1: Program for encrypting text files with a time expensive method. The strength is configurable, so you can adapt the strength with the size of the text to achieve proper encryption times (big enough to discourage force brute attacks and little enough in order not to have to wait too much time for encryption and decryption). The bigger the file to encrypt, the more difficult will be to break the encryption.
Long Description 2: Program for encrypting text files with a time expensive method. The strength is configurable, so you can adapt the strength with the size of the text to achieve proper encryption times (big enough to discourage force brute attacks and little enough in order not to have to wait too much time for encryption and decryption). The bigger the file to encrypt, the more difficult will be to break the encryption.
|