Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Based Encryption model #135

Merged
merged 7 commits into from
Sep 5, 2024

Conversation

hugoqnc
Copy link
Contributor

@hugoqnc hugoqnc commented Sep 4, 2024

  • Adds 3 kinds of PBE: PBES1, PBES2 and PKCS12PBE
  • I couldn't find which exact PBE is used in JCE, but I mapped it to PBES1, which is the only one using the naming pbeWithXXXAndYYY

@hugoqnc hugoqnc force-pushed the feature/bouncycastle-translation-6 branch from e6e9cfb to 4d8a6c5 Compare September 4, 2024 15:33
n1ckl0sk0rtge
n1ckl0sk0rtge previously approved these changes Sep 5, 2024
hugoqnc and others added 6 commits September 5, 2024 08:29
Signed-off-by: Hugo Queinnec <[email protected]>
Signed-off-by: Hugo Queinnec <[email protected]>
Signed-off-by: Hugo Queinnec <[email protected]>
Signed-off-by: Hugo Queinnec <[email protected]>
Signed-off-by: Nicklas Körtge <[email protected]>
Signed-off-by: Nicklas Körtge <[email protected]>
@n1ckl0sk0rtge
Copy link
Member

@hugoqnc did some changes, can you check again and review?

@n1ckl0sk0rtge n1ckl0sk0rtge force-pushed the feature/bouncycastle-translation-6 branch from 4dd7acb to f36248e Compare September 5, 2024 07:25
@hugoqnc hugoqnc self-assigned this Sep 5, 2024
@hugoqnc hugoqnc added the enhancement New feature or request label Sep 5, 2024
@n1ckl0sk0rtge n1ckl0sk0rtge merged commit e8bc9f9 into main Sep 5, 2024
1 of 2 checks passed
@n1ckl0sk0rtge n1ckl0sk0rtge deleted the feature/bouncycastle-translation-6 branch September 5, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants