basic json stringify encryption impl this does not really full encryption except for a standard json stringyfywith an encapsulation json
the return value resembles:
{ encryptedData: }
the unencrypted data
the encrypted data in the format you expect it to be
note anything can be passed
the encrypted data in any format, important is decode must be able to handle it
the data to be encrypted
Generated using TypeDoc
basic json stringify encryption impl this does not really full encryption except for a standard json stringyfywith an encapsulation json
the return value resembles: