[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Avoiding having sensitive strings interned
- From: Michael Savage <mikejsavage@...>
- Date: Wed, 7 Nov 2012 18:06:53 +0000
Hey lua-l,
I'm working on a web framework for Lua and I want to implement some sort of functionality that allows passwords to be verified without them ever actually being used in Lua, so they aren't interned then forever stored in memory.
I have ideas on how to do this, but is it something that's actually reasonable/worthwhile to do?
Thanks,
Mike