Files
cryptr/CHANGELOG.md

33 lines
978 B
Markdown
Raw Permalink Normal View History

2017-10-01 23:00:31 -07:00
CHANGELOG
=========
2017-10-02 02:00:56 -07:00
2020-07-10 15:48:08 -05:00
## 2.2.0 - *7/10/2020*
2020-07-10 11:19:48 -04:00
2020-07-10 15:48:08 -05:00
- Append `.aes` file extension instead of substituting when encrypting.
- Use derivation function _(-pbkdf2)_ when encrypting. See [pull request](https://github.com/nodesocket/cryptr/pull/3).
2020-07-10 11:19:48 -04:00
2019-03-25 22:42:25 -05:00
## 2.1.1 - *3/25/2019*
2019-03-25 22:49:48 -05:00
- Updated the notice text when using environment variable `CRYPTR_PASSWORD` for the password.
2019-03-25 22:42:25 -05:00
- Updated `tests/test.bash`.
- Bump copyright year to 2019.
2017-10-04 18:22:50 -07:00
## 2.1.0 - *10/4/2017*
- You may now define the password to use when encrypting and decrypting using the `CRYPTR_PASSWORD` environment variable. This change enables non-interactive/batch operations.
- Added a test script `tests/test.bash`.
2017-10-02 02:36:00 -07:00
## 2.0.1 - *10/2/2017*
- Small optimization, removed unneeded function `cryptr_info()`.
2017-10-02 02:00:56 -07:00
## 2.0.0 - *10/2/2017*
*BREAKING CHANGE*
- Increased the OpenSSL key size to *256bit* from *128bit*. Any files encrypted with version `1.0.0` must be decrypted with version `1.0.0`.
## 1.0.0 - *10/1/2017*
- Initial release.