Skip to content

Commit

Permalink
Merge pull request #26 from fouratj/fix-docs-typo
Browse files Browse the repository at this point in the history
Fix typo in 'libraries used' section
  • Loading branch information
softvar committed Jun 8, 2019
2 parents 101de8a + 390038c commit de4bc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ npm install secure-ls

Eg: `55e8f5585789191d350329b9ebcf2b11` and `db51d35aad96610683d5a40a70b20c39`.

For the genration of such strings, `secretPhrase` is being used and can be found in code easily but that won't make it unsecure, `PBKDF2`'s layer on top of that will handle security.
For the generation of such strings, `secretPhrase` is being used and can be found in code easily but that won't make it unsecure, `PBKDF2`'s layer on top of that will handle security.

* **Compresion / Decompression** using [lz-string](https://github.com/pieroxy/lz-string)

Expand Down

0 comments on commit de4bc75

Please sign in to comment.