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 ``bytes`` objects * Fully documented API Contents -------- .. toctree:: :maxdepth: 2 :caption: User Guide usage examples .. toctree:: :maxdepth: 2 :caption: API Reference api Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`