🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vevde-security-utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vevde-security-utils

A reusable library of security functions and tools for Python web frameworks

2.1.0
PyPI
Maintainers
1

Vevde security utils

A reusable library of security functions and tools. This package is not tied to any web framwork. So multiple Python web frameworks like Django, Fast API, Flask can use it.

1. Install

pip install vevde-security-utils

2. Example usage

See tests package for each function

#FeatureDetails / Files
1Symmetric algorithmsAES-256, Camellia-256
2Create Encrypted HMAC / Decrypt HMACvevde_security_utils/crypt/hmac.py
3Hash, Signaturesvevde_security_utils/crypt/signatures.py
4File encryptionvevde_security_utils/crypt/file_ops.py

Notes

File encryption and decryption:
a) Read chunk size (eg. 1024, 2048...) and cipher block size (16 for AES and Camellia) must be provided by client applications

3. License

Apache2 License

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts