Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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