mimopotato / funcml-core

Makes writing YAML or JSON files super cool with functions support!
https://funcml.org
MIT License
0 stars 0 forks source link

encryptAES should be implemented #9

Closed mimopotato closed 4 months ago

mimopotato commented 4 months ago

Encryption using AES should be implemented. Using a mutated encryption key, loaded from string or variable, a data field should be return with encrypted string.

key:
  _encryptAES:
    data: string
    encryptionKey: string