diff --git a/index.js b/index.js index 8720edf..7acb35e 100644 --- a/index.js +++ b/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 , March 2020 + * Created by Timo Hocker , 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', diff --git a/stryker.conf.js b/stryker.conf.js index a5c648e..5c6200d 100644 --- a/stryker.conf.js +++ b/stryker.conf.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 , March 2020 + * Created by Timo Hocker , March 2020 */ 'use strict';