This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Add support for Zeros padding #43
Comments
Great news |
AArnott
added a commit
that referenced
this issue
Oct 31, 2015
This required that we either add more enum values to the WinRT-based SymmetricAlgorithm enum in a multiplying fashion, or we change to using the individual component enums for algorithm name, mode, and padding. I went with the latter. Currently, zeros padding is only known to work on desktop framework. It fails on WinRT till I rewrite its symmetric crypto in terms of BCrypt. Work toward #43
Work is ongoing in the issue43 branch. |
Alright. This is now in master (#48) for Zeros padding support for desktop. It's not on other platforms yet, so I'm keeping this issue open. |
Great, and you were right. BouncyCastle does have it, the implementation is just a little diffferent |
This was referenced Nov 24, 2015
Ongoing status of supporting platforms:
🔴 Windows Phone 8.x (Silverlight) -- not supported by platform |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This must be done for all platforms (iOS, Android, desktop, and WinRT)
The sponsor of this issue has provided this sample code snippet of what is done on Desktop that must be done in equivalence via PCLCrypto:
The text was updated successfully, but these errors were encountered: