Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modern cleanup #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Modern cleanup #2

wants to merge 2 commits into from

Commits on Jan 6, 2020

  1. Modern cleanup

    Removed the deprecated Buffer constructor calls and replaced with `Buffer.from()` and `Buffer.alloc()`
    
    Removed unused `toBinaryString` from buffer-tools
    
    Changed from cipher algorithm alias to real names (`aes128`, `aes192`, and `aes256` to `aes-128-cbc`, `aes-192-cbc`, and `aes-256-cbc`) to improve compatibility with Electron, see electron/electron#16195 for more details
    
    Now allows users to provide their own cipher algorithm name. To keep backwards compatibility, if an algorithm is not given then defaults to the old lookup table method
    jonbarrow committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    eca8fcf View commit details
    Browse the repository at this point in the history
  2. bump version

    jonbarrow committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    151a437 View commit details
    Browse the repository at this point in the history