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 encrypted data in the format you expect it to be
the unencrypted data
note anything can be passed
the data to be encrypted
the encrypted data in any format, important is decode must be able to handle it
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: }