Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polycrypt/polycrypt
PolyCrypt - A pure JS implementation of the WebCrypto API
https://github.com/polycrypt/polycrypt
Last synced: 5 days ago
JSON representation
PolyCrypt - A pure JS implementation of the WebCrypto API
- Host: GitHub
- URL: https://github.com/polycrypt/polycrypt
- Owner: polycrypt
- License: other
- Created: 2013-01-07T19:29:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T16:45:14.000Z (over 9 years ago)
- Last Synced: 2024-08-01T12:35:52.677Z (3 months ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 265
- Watchers: 17
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-starred - polycrypt/polycrypt - PolyCrypt - A pure JS implementation of the WebCrypto API (others)
README
PolyCrypt - A pure JS implementation of the WebCrypto API
=========================================================This project is an implementation of the W3C WebCrypto API.
For full details, see [our website](http://polycrypt.net/)
Quick Start
-----------```
> echo 127.0.0.1 polycrypt-test >>/etc/hosts
> cd $POLYCRYPT_ROOT
> ./tool/webservers.sh
> # Load http://polycrypt-test:8000/ in your favorite browser
```## Successfully tested in the following browsers
* Chrome [ Desktop, Android, iOS ]
* Firefox [ Desktop, Android ]
* Safari [ Desktop, iOS ]
* Internet Explorer [ Desktop, Phone ]
* Opera [ Desktop ]
* iCab## Currently thought to not work these browsers
* Default Android browser
* Opera Mini
* Versions of IE < 10## Known issues
* Safari: Does not work in Private Browsing Mode
* Firefox: Does not work if cookies set to "Ask me"
* Appears not work with NoScript (even when disabled for site)
* Cannot be used from local pages (on disk) due to need for postMessage