encrypt/decrypt data by using crypto graphic module
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 11:14 PM
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