This commit is contained in:
Timo Hocker 2020-05-06 07:50:45 +02:00
parent 1fc39df14f
commit 8305ab78f6
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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';