slackbuilds_ponce/python/pyaes/README
Willy Sudiarto Raharjo e2856e5894 python/pyaes: Added (Python implementation of AES).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-22 08:10:37 +07:00

2 lines
127 B
Text

A pure-Python implementation of the AES block cipher algorithm
and the common modes of operation (CBC, CFB, CTR, ECB and OFB).