← back to projects

zeroize-python

★ 4 stars

Securely wipe secrets from memory, from Python.

Securely clears secrets from memory, built on stable Rust primitives that guarantee the zeroing won't be optimized away by the compiler.

A small but essential building block for handling sensitive data safely.