fix
This commit is contained in:
parent
1fc39df14f
commit
8305ab78f6
4
index.js
4
index.js
@ -2,7 +2,7 @@
|
||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||
* This file is part of Crypto-Helper which is released under MIT.
|
||||
* See file 'LICENSE' for full license details.
|
||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
||||
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||
*/
|
||||
|
||||
// @ts-nocheck
|
||||
@ -10,7 +10,7 @@
|
||||
'use strict';
|
||||
|
||||
const crypto = require ('crypto');
|
||||
const encoding = require ('@scode/encoding-helper');
|
||||
const encoding = require ('@sapphirecode/encoding-helper');
|
||||
|
||||
const encryption_mode_cbc_256 = {
|
||||
algorithm: 'aes-256-cbc',
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||
* This file is part of Crypto-Helper which is released under MIT.
|
||||
* See file 'LICENSE' for full license details.
|
||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
||||
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
Loading…
x
Reference in New Issue
Block a user