dlwyatt / ProtectedData

PowerShell Module for securely encrypting and sharing secret data such as passwords.
Apache License 2.0
77 stars 16 forks source link

Add support for signing in addition to encryption #2

Closed dlwyatt closed 9 years ago

dlwyatt commented 10 years ago

v1.0 of the module works for encrypting / decrypting data, but gives the user no way to verify its source. In the next release, add support for signing data in addition to encrypting.