Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.34k stars 62 forks source link

Include newline in key file. #29

Closed clayton-shopify closed 7 years ago

clayton-shopify commented 7 years ago

For review @burke @Roxot

This adds a trailing newline to key files, as suggested in #16.

I verified that the decrypt operation is happy with the new format.

Fixes #16.