English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Input is a word length between 6-8 alpha-numeric&symbols and output is 16 alpha-numeric code. Can any answer this quey plz?

2006-07-22 03:24:37 · 2 answers · asked by royal 3 in Computers & Internet Security

2 answers

That could be anything, I need more information. Are you sure it's encryption though? It could also be hashing, where an input stream is converted to a fixed-length unique stream representing a 'shortened' version of the variable length input stream. If it is, then what you're looking for is in the line of CRC32 or MD5.

In this case, (and if it is encryption) the encryption algorithm is storing a hash of the original password along with the ciphertext, so that when you want to decrypt the message it merely compares the hash of the password against the hash of the given password before it starts the computationally expensive task of decryption.

It's used by many many algorithms.

2006-07-22 04:30:15 · answer #1 · answered by ZahirJ 2 · 0 0

Encryption Algorithm works mostly on the byte system and have a key system. That kind of criteria could be fixed to the custom made algorithm which simply jumbles up things and give u the desired result with desired input.

2006-07-22 03:38:36 · answer #2 · answered by me250285 2 · 0 0

fedest.com, questions and answers