Skip to content

Conversation

@SoumyaRanjanNaik
Copy link
Contributor

Pull Request Template

script name

  • pdf_encrypt/PdfEncrypt.py
  • pdf_encrypt/PdfDecrypt.py

What have you Changed

  • Added a Script for encryption of PDF files
  • Added a Script for Decryption of encrypted PDF files

Issue no.(must) - #12

Self Check(Tick After Making pull Request)

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt with my script

@pawangeek
Copy link
Contributor

Hey @SoumyaRanjanNaik can you add some kind of password strength checker while encrypting (like have more than 8 chars, digit + special char + uppercase is a must. You can take help from #47

  • Password should be >= 8 chars
  • Including special char, digit, uppercase is must

@pawangeek pawangeek linked an issue Oct 9, 2020 that may be closed by this pull request
2 tasks
@SoumyaRanjanNaik
Copy link
Contributor Author

Okay I will integrate it. Give me some time.

@pawangeek
Copy link
Contributor

Sure :)

@pawangeek
Copy link
Contributor

That's awesome @SoumyaRanjanNaik :)

@pawangeek pawangeek merged commit f8c8a2c into python-geeks:main Oct 9, 2020
@pawangeek pawangeek added the hacktoberfest-accepted Supporting completion of hacktober fest label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Supporting completion of hacktober fest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Encrypt PDF

2 participants