Community
Machine Learning Hackathon Ends
Sat Feb 11 2023
Replit 101 Coding Helpline
Wed Feb 15 2023
Machine Learning Hackathon Closing Ceremony
Wed Feb 15 2023
Explore the Community Hub
1
Encrypting DecryptingThis is a python code which encrypt and decrypt the code
31
3
1
Ali-RazaRaza9 thats nice I dont know how to work with "Random"
So i just used some letters from the word itself.....
BTW rate my code...
plz30 days ago
1
caesar-cipherWant to encrypt a message or decrypt one that has been encrypted my mister Caesar , then this is the tool that you are looking for
18
1
1
0
ZCryptThe utf class is a simple class that includes two methods: encode and decode, which are used to encode and decode strings of text using the UTF-8 encoding format.
The ZCrypt class has a constructor that takes a secret key as an input and initializes several instance variables, including secretkey and salt. The secretkey is used as the key for encrypting and decrypting data, and the salt is a random string of characters that is used to add additional randomness to the encryption process. The class includes several methods that can be used to manipulate the secret_key and salt variables, as well as to encrypt and decrypt data.
The script then creates an instance of the ZCrypt class using a secret key and sets the salt to a predefined value. It also defines a string called plaintext and uses the encrypt method of the ZCrypt instance to encrypt it.
Information
I updated the description, explaining how it works and what to do if you plan on using it.0
EnglishDictionaryA program written in html javascript and css to encrypt and decrypt text through 3 methods all with a unique output on the key entered, a real way to send messages in group chats with only your friends knowing
Fullscreen guys
eh0
Crypty Encryption Moduleencrypt any message. download crypty.py from the files area or fork to use CEM yourself! cryptymini.py is a smaller version of crypty
31
6
0
functionally If you're going to write a Python-based encryption module, leave out a function that lets a user easily decrypt an input. Because anyone can easily decrypt it, it defeats the purpose of encrypting. But nice and perhaps encrypt a special payload, such as a timestamp, into the input by hashing it or something!1 month ago
0
worst decryption a decryption thing it works but WHY? please help im in pain
6
1
0
noexistidont 48-33-50- -48-40-39-45- -45-33-30-50- -32-40- -26-48-26-50- -45-33-30- -48-40-39-45- -44-45-40-41- -31-40-43-28-34-39-32- -38-30- -45-40- -29-40- -34-45- -45-33-34-44- -34-44- -45-33-30- -40-39-37-50- -48-26-50- -48-8-0-19- -13-34-40- -7-4-372 months ago
0
Caesar CipherCaesar Cypher Encryption and Decryption Using ASCII Code , List and Join Methods
10
1
0