Re: Crypt COM component very slow (General questions)
Michael,
I would say this is more/less normal. By definition, sign/verify process (or any operation with assymetric cryptography) is, by definition, VERY long and time consuming process.
But you shouldn't be doing that anyway. You should calculate MD5 or SHA1 digest (which you can be almost sure is unique) and sign that - that operation will be very fast.
From security aspect, you got almost the same level of security.
Of course, when you verify the signature, you must do the same - verify if signature of MD5/SHA1 hash is the same.
Hope I helped!
Kreso
Complete thread:
- Crypt COM component very slow - Michaël, 2006-10-03, 12:35
- Re: Crypt COM component very slow - wodSupport, 2006-10-03, 13:18
- Re: Crypt COM component very slow - Michael, 2006-10-03, 14:01
- Re: Crypt COM component very slow - wodSupport, 2006-10-03, 15:05
- Re: Crypt COM component very slow - Michael, 2006-10-03, 21:54
- Re: Crypt COM component very slow - wodSupport, 2006-10-03, 15:05
- Re: Crypt COM component very slow - Michael, 2006-10-03, 14:01
- Re: Crypt COM component very slow - wodSupport, 2006-10-03, 13:18