Skip to content

Commit

Permalink
fix: crypto algorithm to aes-256-ctr
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Dec 26, 2023
1 parent f989c26 commit 57060eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import snappy from 'snappy';
import {getSomeProps} from '../props-utils.js';
import crypto from 'crypto';

const CRYPTO_ALGORITHM = 'aes-256-gcm';
const CRYPTO_ALGORITHM = 'aes-256-ctr';

export default class ViewStateManager {
private readonly _FORM_OPTIONS: FormsSettings;
Expand Down

0 comments on commit 57060eb

Please sign in to comment.