MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Get localized encryption working #36

Closed wildwilliam2 closed 1 year ago

wildwilliam2 commented 1 year ago

David, I need you to write a function to encrypt and decrypt a string. Use whatever library is necessary. I had tremendous trouble getting this to work, and think you would be better suited.

async function encrypt (string content, string key) { }

async function decrypt(string content, string key) { }

wildwilliam2 commented 1 year ago

Included with ff99e2d3eb47b1c07d187bca7a942e6d51759f95