Adding algorithm PBEWITHMD5AND128BITAES_CBC_OPENSSL#4
Open
oss-vineet wants to merge 2 commits intofareliner:masterfrom
Open
Adding algorithm PBEWITHMD5AND128BITAES_CBC_OPENSSL#4oss-vineet wants to merge 2 commits intofareliner:masterfrom
oss-vineet wants to merge 2 commits intofareliner:masterfrom
Conversation
…ps://github.com/fcoiffie/decode-ColorNote/blob/master/decode-ColorNote.py I have not tested it so only copy pasting from the source. If someone tests it and requests changes, I will be happy to make them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completely untested, but taken from here: https://github.com/fcoiffie/decode-ColorNote/blob/master/decode-ColorNote.py
I was searching for ways to decode my ColorNote docs, found a repo in Java, reading about BouncyCastle, then found the repo above and this repo (jasypt4py). Made the connection that this repo could use PBEWITHMD5AND128BITAES_CBC_OPENSSL as well and thus this PR.
BE AWARE!! Haven't tested this at all, just opening a PR if you find it useful. If you test it and some changes need to be made, suggest that change and I shall make it