Skip to content

Commit

Permalink
fix: update secureBuffer cipherName
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan authored and tnoonan-salesforce committed Jul 2, 2019
1 parent e21a428 commit 874d5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secureBuffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { ensure, Optional } from '@salesforce/ts-types';
import * as crypto from 'crypto';

const cipherName = 'aes256';
const cipherName = 'aes-256-cbc';
const cipherSize = 32;

/**
Expand Down

0 comments on commit 874d5b6

Please sign in to comment.