-
-
Notifications
You must be signed in to change notification settings - Fork 47.3k
Closed
Description
Python/ciphers/base64_cipher.py
Line 1 in b79a197
def encodeBase64(text): |
root@localhost$ python3
Python 3.6.8 (default, Jan 14 2019, 11:02:34)
[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> s="woshi谁"
>>> s
'woshi谁'
>>> encodeBase64(s)
'd29zaPUBA==='
Metadata
Metadata
Assignees
Labels
No labels