1.0.2 • Published 2 years ago

safearchive1 v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

SafeArchive1

SA1 - a file archiver and extractor with a password written in Node.js

Usage

First, run this to install SafeArchive1:

npm install -g safearchive1

Now create a folder, and create a file inside of the folder named SA1_CONTROL. In it, write the files you want to archive like this:

index.js
hello.txt

Once finished, run this:

sa1_archive <file_name>.sa1 <password>

A file will appear when generated. That is your generated arhive! Now you have to extract it with a password. To extract, run this:

sa1_extract <file_name.sa1> <password>

Once extracted, there will be a folder of the name of the archive. Click on it and you will see all the original files in it. You can share the archive with anyone and with a password so it can be kept a secret, but make sure you trust the person with the generated archive to not leak the password, otherwise the purpose of the password is lost!

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago