Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple but obfuscated text encrypting
from functools import reduce from sys import stderr encrypt = (lambda key: (lambda what: hex(reduce(lambda x, y: (x<<8)|y, ((ord(what[i])^ord(key[i])) for i in range(len(what))), 0)) ))(input()) while 'false': #hehe try: print(encrypt(input())) except EOFError: break except Exception as e: print(type(e), e, file=stderr)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
StringManipulation
Python3: List Functions I
abc python basic
Phython
wordsentencething
Lakshya chouhan
PyRegChars
Ortalama
StringManipulation
Python
Please log in to post a comment.