Link to home
Start Free TrialLog in
Avatar of sriharish
sriharish

asked on

Encryption Problem in VB

I have seen many encryption algorithms but where can i find encryption algoriths which checks for the correctness of the encryption key( password, signature) befor decrypting files.
Avatar of sunnycoder
sunnycoder
Flag of India image

Hi sriharish,
> correctness of the encryption key( password, signature) befor decrypting files
If you are using symmetric encryption, such check is redundant as decrypting will produce a meaningful result only if file was encrypted with the same key...

If you are talking about asymmetric encryption, then again it does not makes sense as no single party is supposed to have access to encryption as well as decryption key !!!

I think what you are talking about is the authenticity of the decryption key supplied to you ... this is done by means of a verifying authority/certifying authority (CA) which is supposed to be trusted by all ... this verifying authority digitally signs the decryption keys ... when you get such a key, you can first check the digital signatures of  the verifying authority ... Verisign is one such CA

Cheers!
Sunny:o)
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of suma_ds
suma_ds

make 1... its easy (i made 1)