Skip to content
/ 4crypter Public

AES-256-CBC and MultiFernet encryption tool with gui

Notifications You must be signed in to change notification settings

efpyc/4crypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4Crypter

Kurulum | Installation

python3 -m pip install -r requirements.txt

Kullanım | Using

Terminal

python3 cli.py

Gui

python3 gui.py

If you like this tool, you can star and share the repo for support me.

Eğer aracı beğenirseniz bana destek olmak amacıyla repoyu yıldızlayıp, paylaşabilirsiniz.

Note: Don't forget the key you use, otherwise you cannot access encrypted files.

Note: If you have problems with pycrypto module, you should change FCRYPTERAES = True to FCRYPTERAES = False on crypter.py line 9. (After these steps, you cannot use aes encryption. So please search problem source and how to solve on internet)

Not: Kullandığınız şifreleme anahtarını unutmayın, aksi halde şifrelenmiş dosyalara erişemezsiniz.

Not: Eğer pycrypto modülüyle bir sorun yaşıyorsanız crypter.py dosyasında 9.satırdaki kodu FCRYPTERAES = False olarak değiştirin. (Bu adımlardan sonra aes şifreleme algoritmasını kullanamazsınız. Bu yüzden problemi ve kaynağını internette araştırın.)