{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"}],"enrichment":{"capability":"Provides AES encryption and decryption with CBC/ECB modes and PKCS5 padding, wrapping the cryptography library for straightforward symmetric encryption operations.","skillfed_tags":["aes-encryption","symmetric-crypto"],"use_cases":["Encrypt sensitive configuration data or credentials in applications that need straightforward AES encryption without cryptography boilerplate.","Implement symmetric encryption for data at rest in web services or APIs that require PKCS5-compatible padding.","Decrypt legacy systems or third-party data that uses AES-CBC or AES-ECB with PKCS5 padding.","Prototype or build proof-of-concept encryption features quickly without managing low-level cipher initialization."],"what_it_does":"AESPKCS5 is a Python wrapper around the cryptography library that simplifies AES encryption with CBC and ECB block cipher modes and PKCS5 padding. It abstracts away some of the lower-level setup required by cryptography, making it easier to perform symmetric encryption without deep cryptographic expertise.\n\nThe package is actively maintained, supports Python 3.9 through 3.13, and carries no known vulnerabilities. It depends only on cryptography, keeping the dependency tree minimal. The BSD-2-Clause license permits use in both open-source and commercial projects.","worth_installing":"Yes, if you need AES encryption with PKCS5 padding and prefer a simpler API than cryptography alone. The package is stable, actively maintained, carries no security vulnerabilities, and has low install friction. It is not worth installing if you already use cryptography directly or need more advanced cryptographic features beyond basic AES modes."},"id":"aes-pkcs5","links":{"html":"https://skillfed.io/packages/aes-pkcs5","md":"https://skillfed.io/packages/aes-pkcs5.md","pypi":"https://pypi.org/project/aes-pkcs5/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-04-26","license_spdx":"BSD-2-Clause","license_treatment":"permissive","name":"aes-pkcs5","python_support":"supports_current","summary":"Implementation of AES with CBC/ECB mode and padding scheme PKCS5"},"popularity":{"monthly_downloads":197444,"position":9759,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.4"}
