Utilities/crypto/py3AES.py

branch
6_1_x
changeset 4542
706561253673
parent 4021
195a471c327b
child 4632
ca310db386ed
equal deleted inserted replaced
4541:e8ddd9d76414 4542:706561253673
1 #!/usr/bin/python3 1 # -*- coding: utf-8 -*-
2
2 # 3 #
3 # aes.py: implements AES - Advanced Encryption Standard 4 # aes.py: implements AES - Advanced Encryption Standard
4 # from the SlowAES project, http://code.google.com/p/slowaes/ 5 # from the SlowAES project, http://code.google.com/p/slowaes/
5 # 6 #
6 # Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), 7 # Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ),

eric ide

mercurial