- From: Tankred Hase <tankred@whiteout.io>
- Date: Wed, 7 May 2014 00:40:24 +0200
- To: public-webcrypto-comments@w3.org
Hi, I'm a contributor to OpenPGP.js and the libraray uses the OpenPGP CFB Mode (http://www.ietf.org/rfc/rfc4880.txt 13.9.) Here's the corresponding js code that I would like to replace with the native implementation from the web crypto api: https://github.com/openpgpjs/openpgpjs/blob/e1dffffe8d8e367230e920f3ec5bacda56c0a7d3/src/crypto/cfb.js#L87 As far as I understand CFB mode is currently not supported in the current spec. I was wondering if this requirement is too specific or if it would make sense to add it to the spec, considering PGP is a common use case for email. Thanks! Kind regards, Tankred -- Whiteout Networks GmbH c/o Werk1 Grafinger Str. 6 D-81671 München Geschäftsführer: Oliver Gajek RG München HRB 204479
Received on Wednesday, 7 May 2014 11:45:25 UTC