QuickEncrypt icon indicating copy to clipboard operation
QuickEncrypt copied to clipboard

Easily generate RSA Public-Private Keypairs and use them for secure asymmetric one-way encryption and decryption! - npmjs.com/package/quick-encrypt

Results 9 QuickEncrypt issues
Sort by recently updated
recently updated
newest added

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.2.2` to `7.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [standard](https://github.com/standard/standard) was updated from `13.1.0` to `14.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

can this module reverse the process? (encrypt with the private key and decrypt with the public?) i seem to get an error when i try and do this but it's...

Hi @joshuaquek, found quickencrypt in https://github.com/travist/jsencrypt/issues/110#issuecomment-433676976, but can't find a browser ready js file?

Is there any length limit for a string you encrypt? ```javascript QuickEncrypt.encrypt(JSON.stringify({cookies: {"_ga": "GA1.2.1670449165.1565169702", session_id: "1d9e62e7-5dd7-44d7-89bc-e17c94be8340"}}), ENCRYPT_PUBLIC); //Uncaught Error: Something went wrong during encryption QuickEncrypt.encrypt(JSON.stringify({cookies: {session_id: "1d9e62e7-5dd7-44d7-89bc-e17c94be8340"}}), ENCRYPT_PUBLIC); // "a25bf1cf404340f7b236f2585a9825e4cfd8fdc2e5966c8352c17b7a984facec76bda0e54aaea2801044c3eff461d88001f00dee1593cbd397610d289c29c79265b6c666897138d77af86f489385a892af109be120cc6aafa290ebdd2210eb8bff0ee738accbad01304c98cd9c19dba3f854afe459f149b1ae872b750a8ef9ce"...

Warning on the https://www.npmjs.com/package/crypto say: > This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's...

Add encryption using private key and decryption using public key with a optional flag in encrypt and decrypt functions thus not breaking existing implementions that rely on this package.

*This issue was created by [Maintainers Wanted](https://maintainerswanted.com)* :nerd_face: *Support us by leaving a star on [Github](https://github.com/flxwu/maintainerswanted.com)!* :star2: ## QuickEncrypt is searching for new Maintainers! :man_technologist: :mailbox_with_mail: Do you use QuickEncrypt...

Maintainers Wanted