PDA

View Full Version : what do "Postbit" and "Hash" refer to?


deadhook1
05-16-2006, 09:15 PM
Anyone? I've seen these terms a lot, and have seen them reference different elements within the control and was hoping someone would take a second and explain exactly what each of these is.

thank you

peterska2
05-16-2006, 09:16 PM
postbit is the entire post.

deadhook1
05-16-2006, 11:01 PM
postbit is the entire post.


the body of the post or everything associated with it?

thanks a ton!

what does "hash" refer to?

Marco van Herwaarden
05-17-2006, 11:22 AM
'postbit' is the template that is used to display a single post. It will consist of all the elements need to display a single post (ie. poster information, post date, post text, etc..).

Hash like it is mostly used here at vb.org:
Is a 1-way encryption of data. You can encrypt it, but never decrypt it.

An example why this could be usefull. A plain text password gets hashed (encrypted) at the client side, and then sent to the server for verification. Server has stored the hashed value of the password and compairs it. Interception of the hash on any level could never be used to calculate the original value (ie the password)

See also: http://en.wikipedia.org/wiki/Cryptographic_hash_function