Skip to content

Commit

Permalink
Version 0.2.2 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilmaz4 committed May 12, 2021
1 parent c064b17 commit e7bde2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Encrypt-n-Decrypt

Hello everyone, this is my first Python project that I published here. This project can encrypt and decrypt plain texts with AES-256 (256-bit) encryption standart. Program uses cryptography.fernet library and Python 3. Program also only compatible with Windows Vista, 7, 8.1 and 10. It's currently not compatible with any Linux and OS-X. Also in next updates, program will able to encrypt files and folders using AES-256 (256-bit) encryption standart too. This project is open-source so you can look inside source files to see how this program works and how you can find all easter-eggs. Yes, I have hidden some easter-eggs. Let's see if you can find!
Hello everyone, this is my first Python project that I published here. This project can encrypt and decrypt plain texts with it's own 352-bit symmetric key encryption standart. Program uses cryptography.fernet library and Python 3. Program also only compatible with Windows Vista, 7, 8.1 and 10. It's currently not compatible with any Linux and OS-X. Also in next updates, program will able to encrypt files and folders too. This project is open-source so you can look inside source files to see how this program works.

Current stable release: v0.2.2

Expand Down

0 comments on commit e7bde2f

Please sign in to comment.