Skip to content

Commit 51f7e4e

Browse files
author
Tim-Luca Lagmöller
committed
Update README
1 parent 6084817 commit 51f7e4e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Cryption</h1>
22

3-
*<p align="center">In-Browser RSA File Encryption with Data Integrity Check</p>*
3+
*<p align="center">In-Browser AES File Encryption with Data Integrity Check</p>*
44

55
<p align="center">
66
<a href="https://github.com/lagmoellertim/cryption/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat"/></a>
@@ -29,7 +29,12 @@ If you want to, you could download Cryption and use it fully functional **offli
2929

3030
![](screen.gif)
3131

32-
## Getting Started
32+
### Usage Information
33+
34+
To use Cryption as it was intentioned, I advice you to use **Firefox**. Both Chrome and Safari will crash when files get big (>25 MB), while Firefox managed to encrypt and decrypt files larger then 100 MB. It was also the fastest, but nonetheless, every browser **should** work
35+
36+
If you want to upload a directory, consider **zipping** it before uploading, since JavaScript cannot handle directory uploads. You can, however, upload multiple files, which Cryption then **bundles** to a zip-archive automatically.
37+
3338

3439
### Prerequisites
3540

@@ -68,6 +73,12 @@ npm install
6873
npm run-script build
6974
```
7075

76+
### Use on local machine without internet
77+
78+
Download the latest build.zip file from the [Cryption releases](https://github.com/lagmoellertim/cryption/releases/latest).
79+
80+
After unzipping it, you can just open the index.html file with your browser, no need to put it on a server!
81+
7182
## Contributing
7283

7384
If you are missing a feature or have new idea, go for it! That is what open-source is for!

0 commit comments

Comments
 (0)