Method: DUKPT::Encryption#triple_des_decrypt
- Defined in:
- lib/dukpt/encryption.rb
#triple_des_decrypt(key, message) ⇒ Object
104 105 106 |
# File 'lib/dukpt/encryption.rb', line 104 def triple_des_decrypt(key, ) openssl_encrypt(cipher_type_tdes, key, , false) end |