encrypt/decrypt data by using crypto graphic module
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"...
