v2.1
This commit is contained in:
@@ -4,6 +4,7 @@ const path = require('path');
|
||||
const { decryptFileInPlace, encryptFileInPlace, encryptFileWithKey, decryptFileWithKey} = require("../src/main/aes_encrypt");
|
||||
const {lockFile, unlockFile} = require("../helpers/lock_mechanism");
|
||||
|
||||
|
||||
async function decryptAndGetServerIP(filePath) {
|
||||
try {
|
||||
await lockFile(filePath);
|
||||
|
||||
Reference in New Issue
Block a user