https://github.com/9dl/magiclove-decryption
Decrypt "magiclove" Encryption for Python
https://github.com/9dl/magiclove-decryption
decrypted decryption magiclove python reversing
Last synced: about 1 year ago
JSON representation
Decrypt "magiclove" Encryption for Python
- Host: GitHub
- URL: https://github.com/9dl/magiclove-decryption
- Owner: 9dl
- Created: 2023-10-05T10:14:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T18:14:33.000Z (over 2 years ago)
- Last Synced: 2025-02-07T22:22:12.769Z (over 1 year ago)
- Topics: decrypted, decryption, magiclove, python, reversing
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magiclove-decryption
# Remove this Code
```python
trust = eval('\x6d\x61\x67\x69\x63') + eval('\x63\x6f\x64\x65\x63\x73\x2e\x64\x65\x63\x6f\x64\x65\x28\x6c\x6f\x76\x65\x2c\x20\x6a\x6f\x79\x29') + eval('\x67\x6f\x64') + eval('\x63\x6f\x64\x65\x63\x73\x2e\x64\x65\x63\x6f\x64\x65\x28\x64\x65\x73\x74\x69\x6e\x79\x2c\x20\x6a\x6f\x79\x29')
eval(compile(base64.b64decode(eval('\x74\x72\x75\x73\x74')),'','exec'))
```
# Add this Code at the end of the Code
```python
new1 = codecs.decode(love, joy)
new2 = codecs.decode(destiny, joy)
trust = magic + new1 + god + new2
print(base64.b64decode(trust))
```