Re: xtea vc++ code
louloizi...@xxxxxxxxx wrote:
Thanks for all the good info. As far as keeping the key secret with
javascript, I'm thinking that the key will be based on a password.
Maybe I'll combine that with some other key that'll be randomly
generated during each session. Keep in mind that this is just to send
one piece of data. After that the key will be destroyed and it won't be
valid anymore.
Don't top post.
A: It's annoying.
Q: Why not?
Also, why are you just not using TLS? e.g. OpenSSL and mod_ssl [etc].
CGI script + https website == better than homebrew abomination of
crypto.
Tom
.
Relevant Pages
- Re: Recursive directory read with File::Find
... This directory name was passed to a CGI script which I thought I ... string containing the directory to the Unix server, ... to look at the PC's file system with either a CGI script or JavaScript. ... I think it is possible to give signed JavaScript the permission to do ... (comp.lang.perl.misc) - Re: Passing CGI output string into Javascript variable.
... of simply returning the string from the CGI script? ... I'd rather define the variable name in the Javascript part - that way if I want to change ... The basis for client-server communication on the web is HTTP, which is essentially the exchange of text instructions. ... use some other protocol and a plugin or helper application. ... (comp.lang.javascript) - Re: Quick question about using a table of text input fields within a javascrip function
... What we have here is a perl function used in a CGI script to print a ... Javascript function to standard out. ... perl script I can get all of them as an array (the perl CGI package ... (comp.lang.javascript) - Re: Recursive directory read with File::Find
... This directory name was passed to a CGI script which I thought I ... all security in the browser or something. ... string containing the directory to the Unix server, ... to look at the PC's file system with either a CGI script or JavaScript. ... (comp.lang.perl.misc) - Re: Dynamic pull down menus (CGI)
... HTML alone cannot do this. ... > dynamically generated Javascript, AJAX, Flash or Java. ... > You could create the options for a select element using a CGI script ... (comp.lang.python) |
|