juhoen / hybrid-crypto-js

RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.

Home Page:https://github.com/juhoen/hybrid-crypto-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to encrypt file ?

autotrof opened this issue · comments

[ASK]
how to encrpyt file using this library ?

You must convert your file into a string format and then encrypt it with the library. Examples can be found via Google.