i have an initial implementation here: 427f188
Some notes/questions/etc.
- Should we using initialization vectors? not sure how much security that adds. maybe make it optional.
- want to change
.cipher = to something else so we can do .cipher(message) and .decipher(message). .hash_algorithm= and .cipher_algorithm=?
without any feedback i'm going to just chug along
/cc @expressjs/owners
i have an initial implementation here: 427f188
Some notes/questions/etc.
.cipher =to something else so we can do.cipher(message)and.decipher(message)..hash_algorithm=and.cipher_algorithm=?without any feedback i'm going to just chug along
/cc @expressjs/owners