______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org
Does anyone have any idea as to why an encryption would fail? I can
encrypt a dummy credit card number like 378700010000010 and it yields
37870001000001; however, if I encrypt 378700010000012 the full number is
returned yielding 378700010000012.
The problem appears to be with the encryption and encoding process
because the BIO_write returns 14 which is the same length as
37870001000001.
- Decryption does not yield the same as Encryption Rafel Coyle
- Re: Decryption does not yield the same as Encryption Ger Hobbelt
- Re: Decryption does not yield the same as Encryptio... Rafel Coyle
- Re: Decryption does not yield the same as Encry... Ger Hobbelt
- Re: Decryption does not yield the same as E... Rafel Coyle
- Re: Decryption does not yield the same... Ger Hobbelt
- Re: Decryption does not yield the same... Rafel Coyle
- RE: Decryption does not yield the ... Dave Thompson