Mingshen Sun

Results 224 comments of Mingshen Sun

Thanks @kron4eg, this is very helpful. Our PGP library is still not reliable, which is very disappointed.

@Vintodrimmer, we have tests for RSA2048, RSA2048_SUB, RSA4096, RSA4096_SUB, ED25519, ED25519_SUB (https://github.com/mssun/passforios/blob/master/passKitTests/Crypto/CryptoFrameworkTest.swift#L38). All works now. Can you tell me your key information? How can I generate the key which can...

A new version has been submitted, and it's still under review.

@jbddc A new version (0.5.1) has been published in App Store.

Hi, I only use pass for personal usage. I'm not familiar with the workflow for a team setup. Could you elaborate more on the workflow (say using the pass command...

Thank you. I'm putting this feature in my TODO list.

Basically, we are using `SecCreateSharedWebCredentialPassword` [1] to generate "apple flavor" Password. I think this can be improved in many ways: length, character sets, symbols, etc. [1] https://developer.apple.com/documentation/security/1618050-seccreatesharedwebcredentialpass

Nice feature. I like your idea integrated with WatchOS. Probably we can do more things with Apple Watch. Please comments if you have more ideas on how to utilize WatchOS...

@jmpolom Because of this issue https://github.com/krzyzanowskim/ObjectivePGP/issues/92, we cannot support EdDSA algorithm right now. In the meantime, probably we should consider some other PGP libraries such as Sequoia PGP (https://gitlab.com/sequoia-pgp/sequoia).