| title | JavaScript Password based symmetric file encryption using Nodes native "Crypto" Library | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| keywords | sample | ||||||||
| summary | Password based symmetric file encryption in JavaScript | ||||||||
| permalink | javascript_file_encryption_symmetric_password_based.html | ||||||||
| folder | JavaScript Crypto | ||||||||
| references |
|
||||||||
| authors |
|
||||||||
| current_reviews | |||||||||
| last_updated | 2018-11-27 | ||||||||
| tags |
|
- Usable on server side, not intended for use, on client side, in Browsers
- Password based encryption of a file
- Previously shared common secret (password)
- 10.13.0
- ECMAScript 6 and higher
- crypto is is a native node module, no installation is required
- Winston logger
{% include_relative src/allinone/ExampleFileEncryption.js %}{% include links.html %}