User's Manual

31
Function Method Description Component
Server side encryption
Crypt
Encryption with the use of Random Session
String, of Server Secret and User-Id which
the confidential data is to be sent.
Server
Server side decryption
Decrypt
Decryption with the use of Random Session
String, of Server Secret and User-Id which
the confidential data has been received from.
Server
Client side encryption
Crypt
Encryption with use of Random Session
String.
Client
Client side decryption
Decrypt
Decryption with use of Random Session
String.
Client