.. AES PKCS5 documentation master file, created by sphinx-quickstart on Sat Jun 11 10:55:07 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ===================================== AESPKCS5 |version| documentation ===================================== Python implementation of AES with CBC/ECB mode and padding scheme PKCS #5, fully compatible with Java implementation. First steps =========== .. toctree:: :caption: First steps :maxdepth: 2 :hidden: install overview :doc:`install` Get AESPKCS5 installed on your computer. :doc:`overview` How AESPKCS5 works.