
#crypto #cipher #encode #decode #hash

암호학을 위한 올인원 도구.
인스타그램: Capture the Root

이미지를 클릭하세요...
이 도구는 다음을 포함합니다:
git clone https://github.com/capture0x/cypher
cd cypher
pip3 install -r requirements.txt
python3 cryptot.py
암호화 및 복호화 알고리즘 ==> BASE64 MD5 SHA1 SHA384 SHA256 SHA512
공개 키와 개인 키를 생성하여 문자열을 암호화합니다
Key와 iv 값은 16 또는 32바이트여야 하며, 이미지 경로를 지정하세요
Enter Your IV :1234567812345678
Enter Your Image Path :/home/tmrswrr/Desktop/butterfly.ico
Encrypted : /home/tmrswrr/Desktop/butterfly.ico.wrr
Img Encrypted...
Enter Your IV :1234567812345678
Enter Encrypt Image Path : /home/tmrswrr/Desktop/butterfly.ico.wrr
Key and iv value must be 16 bytes...
Img DEcrypted...
암호화 ==> 암호화할 파일의 경로를 지정하세요
1. Encryption
2. Decryption
Choose(1,2): 1
Your Key >> RVT5ITD2gCKpLQYSXn-GRUwfBoUWBx8GZEELdItyOTU=
Enter files path :/home/tmrswrr/Music
Files Encrypted...
1. Encryption
2. Decryption
Choose(1,2): 2
PLease enter your key :RVT5ITD2gCKpLQYSXn-GRUwfBoUWBx8GZEELdItyOTU=
Enter files path :/home/tmrswrr/Music
Files DEcrypted...
버그 신고 또는 기능 개선을 원하시면 이슈를 열어주세요.
저작권 2021