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

Update README.md (Enhancements to Password Encryption) #139

Closed
wants to merge 1 commit into from
Closed

Update README.md (Enhancements to Password Encryption) #139

wants to merge 1 commit into from

Conversation

Ishratnoori
Copy link

This pull request enhances the password encryption mechanism in the project by implementing AES-256 encryption and PBKDF2 for key derivation.

Changes Made:

  • Integrated AES-256 encryption to secure passwords.
  • Used PBKDF2 to derive strong encryption keys through multiple rounds of hashing.
  • Updated the codebase to reflect these changes, improving overall security.

Testing:

  • Successfully encrypted and decrypted passwords.
  • Verified that encrypted passwords can be matched against the original input.

@jindalpriyanshu101
Copy link
Contributor

What the what? You just committed a single liner README update? where's encryption implementation...

@Ishratnoori Make sure you've raised the PR with correct branch. where you wrote your changes

@jindalpriyanshu101 jindalpriyanshu101 linked an issue Oct 29, 2024 that may be closed by this pull request
@jindalpriyanshu101 jindalpriyanshu101 added question Further information is requested gssoc-ext GSSoC'24 Extended hacktoberfest-accepted hacktoberfest 2024 level2 gssoc: level 2 labels Oct 29, 2024
@sudo-dpkg sudo-dpkg closed this Oct 29, 2024
@Ishratnoori
Copy link
Author

Hi @jindalpriyanshu101 and @jinx-vi-0,

I realized the previous pull request was made from the wrong branch (patch-2), which only contained a README update. I have successfully pushed the full AES-256 and PBKDF2 encryption enhancements in the new-feature-branch. You can find the changes in the pull request I created.

Thank you for pointing it out,and also Thank you for your guidance throughout this process!

@jindalpriyanshu101
Copy link
Contributor

Hey @Ishratnoori, Can you raise new PR as this one is still linked to patch-2 branch. And is already closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext GSSoC'24 Extended hacktoberfest-accepted hacktoberfest 2024 level2 gssoc: level 2 question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improving Password Encryption with AES-256 and PBKDF2 algos!
3 participants