Hacker News new | ask | show | jobs
by drdaeman 3916 days ago
Python has ctypes, which allows one to access (almost) any OS-specific API for secured memory storage, like gcry_malloc_secure or CryptProtectMemory.