Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

file-encrypter

GioTeckOfficial5Unlicense1.1.0

A simple library for encrypting and decrypting files

files, crypt, decrypt, file

readme

file-encrypter

Questa è una semplice libreria Javascript per criptare e decriptare i file.

Richiede OpenSSL

Esempi

Per criptare un file:

const file_encrypter=require("file-encrypter")

file_encrypter.crypt("nomefileinput","nomefileoutput","password")

Per decriptare:

const file_encrypter=require("file-encrypter")

file_encrypter.decrypt("nomefileinput","nomefileoutput","password")

Ci saranno futuri miglioramenti