I want to make a simple password manager.
If I open an encrypted file with open()
and decrypt it into a variable, could the decrypted data somehow touch the disk in this process?
Obviously I wouldn't want such data to leave the memory.
I want to make a simple password manager.
If I open an encrypted file with open()
and decrypt it into a variable, could the decrypted data somehow touch the disk in this process?
Obviously I wouldn't want such data to leave the memory.