#๐ Work Project (Encryption and Decryption)
7 messages ยท Page 1 of 1 (latest)
@mystic hatch
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Work Project (Encryption and Decryption) Help
Hello everyone, I'm sorry to disturb you with something that's probably not that complex.
I'm dumb, though. Topic: cryptography.
I'm trying to do a piece of work which involves developing software that encrypts a sentence and other software that decrypts it.
I have to hand in the work by 08/11/2024 and I can't decrypt what I encrypt myself.
The logic of my encryption is as follows:
1)Text to binary (it's a permutation of symbols)
2)Placement in a square matrix
3)Randomly reorder rows with an array that matches the size of the matrix
4)Reorder columns randomly with an array that matches the size of the matrix
5)Convert matrix result to binary
6) convert the binary to text, this text is the final encrypted message.
Now how do I decrypt it? By reverse engineering, I suppose. I've tried and I can't.
I've attached what I currently have.
Thank you for your help.
Translated with DeepL.com (free version)
@mystic hatch
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ Work Project (Encryption and Decryption) Help
@mystic hatch
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.