Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
source_Encryption_ENG_v2.7z | 2025-01-03 | 32.9 kB | |
source_Encryption_TR_v2.7z | 2025-01-03 | 33.2 kB | |
encrypt_TR_v2.7z | 2025-01-03 | 19.7 MB | |
encrypt_EN_v2.7z | 2025-01-03 | 19.7 MB | |
README.md | 2025-01-03 | 1.3 kB | |
v2 source code.tar.gz | 2025-01-03 | 58.5 MB | |
v2 source code.zip | 2025-01-03 | 58.3 MB | |
Totals: 7 Items | 156.3 MB | 0 |
ATTENTION A file encrypted with v1 cannot be decrypted with v2. Take your precautions.
- Switched to AES 256 encryption method.
- Switched to salting method for security purposes in file encryption. (User is now required to specify a second password in file encryption process)
- Switched to Hash verification method in decryption process. (In v1, file password was embedded in encrypted file, in v2 there is no password information in encrypted file anymore, decryption process is performed by hash verification of user password and salt value)
- Encrypted file is now encrypted with its extension. (Extension information before encryption process is embedded in encrypted file and extension is restored in decryption process)
- Error management is improved. (Exceptions such as FileNotFoundException and CryptographicException are caught and more specific error messages are displayed)
- Drag-and-Drop support is improved.
- Uninstall support is added to the application.
- Visual arrangement was made on console screen.
The v2 version of the application is significantly improved compared to v1. It is now a more user-friendly, efficient, and secure file encryption/decryption tool with its new drag-and-drop support, right-click menu integration, user-friendly interface, improved error handling, and increased security measures.