Feb. 12, 2018
4:45 p.m.
Stephan Eggermont-3 wrote
See the recent post about using volatile memory to avoid passwords and sessions being stored in the image
Are you talking about the solution described in this mailing list thread [1]:
For my use case, since this api key is only sent to an ffi callout, my solution was to read the password from file into volatile memory so it disappears when the VM exits. See this line.... externalVolatileSecret := ExternalAddress gcallocate: externalSize .
Is there also a blog post? 1. http://forum.world.st/ANN-sentry-io-OSS-error-tracking-platform-SDK-tp506597... ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html