JonCrypt
Simple tool for encrypt and decrypt file with Python3. In BETA!!
Türkçe
Bu modül, herhangi bir dosyayı şifrelemek içindir. Fernet AES-128 algoritmasını kullanmaktadır. Kullanımından dolayı doğacabilecek olan zarardan geliştirici sorumlu tutulamaz. Eğitim amaçlıdır. Beta Sürümündedir
Kullanım: - python joncrpyt.py -e ‘şifrelemek için’ ya da -d ‘deşifrelemek için’ -f [dosya_yolu] -k [anahtar]
Şifreliyici anahtarı lütfen not alınız aksi takdirde dosyanıza bir daha erişemeyebilirsiniz.
English
This module is for encrypting any file. It uses the fernet AES-128 algorithm. The developer cannot be held responsible for any damage that may arise from its use. Education purpose only.
Usage: - python joncrpyt.py -e ‘for encryption’ or -d ‘for decryption’ -f [file_destination] -k [key]
Please make a note of the encryption key, otherwise you may not be able to access your file again.