encrypt/decrypt data by using crypto graphic module

dheeru_1994
Tera Contributor

i have requirement  i am working for encrypt and decrypt data  

 

by using 

 

 

var op = new sn_kmf_ns.KMFCryptoOperation("global.sj_cm","SYMMETRIC_ENCRYPTION")
  .withOutputType("STRING").withOutputFormat("FORMATTED");

var cipherText=op.doOperation("hi");

 

 

these methods 
i make one crypto graphic module and specification  but further i have no idea how i call and how i check encrypted data and decrypted data 

please help me now 

0 REPLIES 0