You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
Hello All,
Do we have SecureString Equivalent for JavaScript to securely handle sensitive information in memory.
With one of the client side GUI application which is built using JavaScript and I have observed that it is storing password in memory in plain text.
Wondering if there is a proven way to mitigate this for JavaScript code?
Thanks,
Sandeep
R. siva
unread,
Aug 27, 2014, 2:07:18 AM8/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
Hi Sandeep,
The variable containing the clear text password
should be reset immediately after lo-gin or after the operation is completed.Use
salted hash technique, So the POST request will contain the salted hash value
of the sensitive data’s and the clear text data’s will not be there in the
memory.
Thanks & Regards,
Siva R
Sandeep Singh
unread,
Aug 27, 2014, 6:40:02 AM8/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
Thanks a lot Siva
> -- > _______________________________________________________________________________ > null - Spreading the right Information > null Mailing list charter: http://null.co.in/section/about/null_list_charter/
> --- > You received this message because you are subscribed to the Google Groups "null" group. > To unsubscribe from this group and stop receiving emails from it, send an email to null-co-in+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout. >