DES PurePy¶
DES PurePy is a pure Python implementation of the Data Encryption Standard
(DES). It provides a simple interface for encrypting and decrypting data
using DES while supporting both hexadecimal strings and Python bytes
objects.
Features¶
Pure Python implementation
DES encryption and decryption
PKCS#5 padding
Electronic Codebook (ECB) mode of operation
Supports hexadecimal strings and
bytesobjectsFully documented API
Contents¶
User Guide
API Reference