Update cp right to 2021
This commit is contained in:
parent
5277984fdb
commit
522e9f3453
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# Copyright (C) 2019, 2020 Hesham T. Banafa
|
# Copyright (C) 2019-2021 Hesham T. Banafa
|
||||||
|
|
||||||
#From: https://stackoverflow.com/questions/17298130/working-with-large-primes-in-python
|
#From: https://stackoverflow.com/questions/17298130/working-with-large-primes-in-python
|
||||||
from random import randrange
|
from random import randrange
|
||||||
|
2
OAEP.py
2
OAEP.py
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2019, 2020 Hesham T. Banafa
|
# Copyright (C) 2019-2021 Hesham T. Banafa
|
||||||
|
|
||||||
#From: https://stackoverflow.com/questions/39964383/implementation-of-i2osp-and-os2ip
|
#From: https://stackoverflow.com/questions/39964383/implementation-of-i2osp-and-os2ip
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Copyright (C) 2019, 2020 Hesham T. Banafa
|
# Copyright (C) 2019-2021 Hesham T. Banafa
|
||||||
|
|
||||||
s = 'test message hello awdawd'
|
s = 'test message hello awdawd'
|
||||||
print(s)
|
print(s)
|
||||||
|
2
rsa.py
2
rsa.py
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Copyright (C) 2019, 2020 Hesham T. Banafa
|
# Copyright (C) 2019-2021 Hesham T. Banafa
|
||||||
|
|
||||||
#program to generate rsa key pair using methods in EE-305
|
#program to generate rsa key pair using methods in EE-305
|
||||||
# Hesham Banafa
|
# Hesham Banafa
|
||||||
|
Loading…
Reference in New Issue
Block a user