Upgrades
This commit is contained in:
parent
bf45ea89ba
commit
98c4c17eb3
@ -12,7 +12,7 @@ const { Buffer } = require("buffer");
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
const decrypt = ({ encryptedString, encryptionKey, encryptionSalt }) => {
|
const decrypt = ({ encryptedString, encryptionKey, encryptionSalt }) => {
|
||||||
if (!encryptedString?.match(/.}/)) {
|
if (!encryptedString?.match(/./)) {
|
||||||
console.log("Encrypted string is invalid");
|
console.log("Encrypted string is invalid");
|
||||||
console.log("Encrypted string =>", encryptedString);
|
console.log("Encrypted string =>", encryptedString);
|
||||||
return encryptedString;
|
return encryptedString;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "1.6.7",
|
"version": "1.6.8",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user