2018-11-10

A.D.

A bit of publicly available information, from their website; a 2008 article about National Night Out; and the minutes of a 2011 meeting of the county board.

2018-11-07

PKE in a Browser

Filing away for future use: about the Web Crypto API from 2014 (making the info likely too far out of date) and from 2017, a demo encrypted web chat.  Apparently the library implements RSA, and is available on Github.

Of course, the worry is that the browsers' implementations are compromised, but in the event someone needs to decrypt an encrypted email, it'd be better done locally.  Presuming common PKE methods are supported, that is.

According to a post on StackOverflow, DH was excluded from the Web Crypto API, but ECDH is included.  There's a DH implementation in JavaScript available on GitHub, however.