https://groups.google.com/d/topic/nodejs/mPIcq5mHihM
On Wed, Aug 22, 2012 at 9:11 PM, Marty Leisner <[email protected]> wrote: > I'm new to nodejs (and javascript). > > I want to be able to shroud the javascript source running into node. > > I figured if the javascript is read in as a memory image before its > parsed/interpreted, I could > decrypt it in between reading and parsing (is it parsed as its read?) > > The decryption algorithm is within the binary (along with the keys). The > binary is distributed with > the application, so this approach could work. > > I've looked at node running in gdb and I can't see where this is cleanly > defined. Help/advice would be > appreciated. > > Marty > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
