An open API service indexing awesome lists of open source software.

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

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))
```