Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

generate key with CL_HARD_WIRED_ENCRYPTOR

kljf_wiee
Participant

Hi

I'm trying class CL_HARD_WIRED_ENCRYPTOR in ECC6 and encoding/decoding both work as expected. But I don't see the method to generate a key to decode. As I would need to encode the data fields and send them to an external system and decode the data there, the key is needed together with the data transfer if my understanding is correct. Can anyone please share some light on this? Thanks.

klif

1 ACCEPTED SOLUTION

UweFetzer_se38
Active Contributor
0 Kudos

As you can see in the class name, the key is HARD_WIRED in the class itself. (the "encryption" is just a bit-xor with x74 if I read the class correctly).

(if you need an NSA safe encryption, I'd use another method)

1 REPLY 1

UweFetzer_se38
Active Contributor
0 Kudos

As you can see in the class name, the key is HARD_WIRED in the class itself. (the "encryption" is just a bit-xor with x74 if I read the class correctly).

(if you need an NSA safe encryption, I'd use another method)