Toby Smith
@TobyS
Invizibo There's No module called replit as the error says.
Instead of import clear why not clear yourself using os.sys
from time import sleep
clear = lambda:import('os').system('clear')
frames=[
'''
[-_]
|\
||\
|\
| \
''',
'''
[-_]
|\
||\
|\
| |
''',
'''
[-_]
|\
||
||
||
''',
'''
[-_]
/\
3 years ago
I'm trying to make an encryption program of some sort and I want to be fluent with the basics. Thanks.
ebest You like python! Yay! I can help with that! Encryption with decryption or hashes (undetectable encryption for passwords)?
Encryption with decryption I'm surprised how much I learned from Stack Overflow.
Encryption w/o decryption (hashes) NOT stackoverflow. :(
Mark this answer as correct.
-Ebest
4 years ago
mwilki7 I was able to implement RSA encryption in a school project I had from what I read here:
https://www.geeksforgeeks.org/rsa-algorithm-cryptography/4 years ago