Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Dec 1, 2018
1 parent fe80ab2 commit 9b8f625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@
![license](https://img.shields.io/github/license/quantumsheep/warshield.svg)
[![npm](https://img.shields.io/npm/v/warshield/latest.svg)](https://www.npmjs.com/package/warshield)

[WarShield](https://warshield.qtmsheep.com) is a CLI tool made to cipher and decipher your files with a password using AES-256. It was made to ensure a full files protection inside a storage device. If those are lost or stolen, malicious peoples can take over your data.
[WarShield](https://warshield.qtmsheep.com) is a CLI tool made to encrypt and decrypt your files with a password using AES-256. It was made to ensure a full files protection inside a storage device. If those are lost or stolen, malicious peoples can take over your data.

It uses AES-256 GCM (Galois/Counter Mode) with random 16 bytes initialization vector.
Key is hash in a 256 bits key with SHA-512 using random 64 bytes salt and rounds (between 3000 and 9000 rounds).
Expand All @@ -26,4 +26,4 @@ Options:
Commands:
encrypt [options] <file> encrypt a file or all files in a directory
decrypt [options] <file> decrypt a file or all files in a directory
```
```

0 comments on commit 9b8f625

Please sign in to comment.