Skip to content

Commit 855e519

Browse files
authored
v2
1 parent 2a992f4 commit 855e519

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22

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

5+
# New Version! (20.08.2021)
6+
- Now joncrypt support encrypyt or decrypt all files inside folder.
7+
- Usage changed.
8+
- Adjust code.
59

6-
# Türkçe
710

11+
# Türkçe
812

9-
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
13+
Bu modül, herhangi bir dosyayı/dosyaları şifrelemek içindir. Fernet AES-128 algoritmasını kullanmaktadır. Kullanımından dolayı doğacabilecek olan zarardan geliştirici sorumlu tutlamaz. Eğitim amaçlıdır.
1014

1115
Kullanım:
12-
- python joncrypt.py -e 'şifrelemek için' ya da -d 'deşifrelemek için' -f [dosya_yolu] -k [anahtar]
16+
- python joncrpyt.py -e 'şifrelemek için' ya da -d 'deşifrelemek için' [dosya_yolu/klasör_yolu] -p [şifre]
1317

14-
Şifreliyici anahtarı lütfen not alınız aksi takdirde dosyanıza bir daha erişemeyebilirsiniz.
18+
Şifreliyici anahtarı lütfen not alınız aksi takdirde dosyalarınıza bir daha erişemeyebilirsiniz.
1519

1620
# English
1721

18-
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.
22+
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.
1923

2024
Usage:
21-
- python joncrypt.py -e 'for encryption' or -d 'for decryption' -f [file_destination] -k [key]
25+
- python joncrpyt.py -e 'for encryption' or -d 'for decryption' [file_destination/folder_destination] -p [password]
2226

23-
Please make a note of the encryption key, otherwise you may not be able to access your file again.
27+
Please take a note of the encryption password, otherwise you may not be able to access your files again.

0 commit comments

Comments
 (0)