Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.14 KB

File metadata and controls

27 lines (16 loc) · 1.14 KB

Simple tool for encrypt and decrypt file with Python3. In BETA!!

New Version! (20.08.2021)

  • Now joncrypt support encrypyt or decrypt all files inside folder.
  • Usage changed.
  • Adjust code.

Türkçe

Bu modül, herhangi bir dosyayı/dosyaları şifrelemek içindir. Fernet AES-128 algoritmasını kullanmaktadır. Kullanımından dolayı doğabilecek olan zarardan geliştirici sorumlu tutulamaz. Eğitim amaçlıdır.

Kullanım: python joncrypt.py -e 'şifrelemek için' ya da -d 'deşifrelemek için' [dosya_yolu/klasör_yolu] -p [şifre]

Şifreliyici anahtarı lütfen not alınız aksi takdirde dosyalarınıza bir daha erişemeyebilirsiniz.

English

This module is for encrypting any file/files. 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 joncrypt.py -e 'for encryption' or -d 'for decryption' [file_destination/folder_destination] -p [password]

Please take a note of the encryption password, otherwise you may not be able to access your files again.