Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17572
| Newsgroups | comp.lang.php |
|---|---|
| Date | 2017-08-20 20:43 -0700 |
| Message-ID | <d84489df-16bf-4856-a24f-c4e91d2ae2b4@googlegroups.com> (permalink) |
| Subject | Encrypted field in form (HTTPS question) |
| From | bit-naughty@hotmail.com |
I'm trying to set up a simple blogging system, where I have a form which will have a textbox which will allow me to post stuff. Now I want a password field on the form, so that random people cannot post. I would like this password to be ENCRYPTED during transit. So - there'll be TWO textboxes, one for the password, and one for the post itself - what would the coding for the form look like? It's only the password that has to be encrypted, not the post. I realise this is more of an HTML question, but really, it concerns the whole thing, front end as well as back. I have no idea what HTTPS coding on the backend looks like. How would I extract the unencrypted password on the server side? Thanks for your help.
Back to comp.lang.php | Previous | Next — Next in thread | Find similar | Unroll thread
Encrypted field in form (HTTPS question) bit-naughty@hotmail.com - 2017-08-20 20:43 -0700
Re: Encrypted field in form (HTTPS question) Richard Damon <Richard@Damon-Family.org> - 2017-08-21 00:02 -0400
Re: Encrypted field in form (HTTPS question) V <vvvvvvvvvvvvvvvvvvvv11111@mail.ee> - 2023-04-03 06:57 -0700
Re: Encrypted field in form (HTTPS question) doctor@doctor.nl2k.ab.ca (The Doctor) - 2023-04-03 14:19 +0000
csiph-web