# Encrypting/decrypting by password
# data
############################################################################################################
################################################## Commands ################################################
############################################################################################################
# encrypt -- params : text to encrypt , password to use : encrypt the given text to unreadable form.
example : encrypt("text","password")
# print_encrypted -- no params needed : show the encrypted message.
example : print_encrypted()
# get_encrypted -- no params needed : return the encrypted message for further use.
example : var = get_encrypted()
# save_in_file -- params : file_name : save the encrypted text in a file to use it later.
example : save_in_file("res_decrypt")
# decrypt -- params : file_name , password : encrypt the decrypted text to human readable form.
example : decrypt("res_decrypt","password")
############################################################################################################
################################################## Credits #################################################
############################################################################################################
Credits
# Creators:
# Ahmed Hesham Salah
# Ahmed J. : AKA MT_Virus
# All Copyright (c) 2018 reserved to ArDoSeR Team
_| || |__ \______ \__ | |\______ | \ / \ __| || |__
\ __ / | ___// | | | ___| \/\/ / \ __ /
| || | | | \____ | | | \ / | || |
/_ ~~ _\ |____| / ______| |____| \__/\ / /_ ~~ _\
|_||_| \/ \/ |_||_|
forked from tasyjean/PyPw
-
Notifications
You must be signed in to change notification settings - Fork 0
Python Encryption library
License
AhmedJB/PyPw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python Encryption library
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%