Search found 1 match

by marcusmonteiro
Mon Mar 05, 2018 3:01 pm
Forum: COBOL
Topic: 3DES encryption with clear key
Replies: 0
Views: 5002

3DES encryption with clear key

I'm trying to write a Cobol program with the following interface: Objective Receives a clear encryption key and a clear text and returns a cyphered text using the 3DES algorithm. Inputs: CLEAR_KEY: A 32-character string of hexadecimal characters to be used as the encryption key. CLEAR_TEXT: A 16-cha...