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

Project Feedback! #1

Open
codepathreview opened this issue Mar 8, 2017 · 0 comments
Open

Project Feedback! #1

codepathreview opened this issue Mar 8, 2017 · 0 comments

Comments

@codepathreview
Copy link

Hello Jeremy,

👍 Nice work! You have proven that you are a qualified "Agent with PHP and Encryption Experience". You have gained valuable experience both in building and in using encryption tools.

Key points to review and remember:

  • Symmetric key algorithms
    • "password encryption"
    • fast, can handle large amounts of data
    • the key or password must be shared secretly somehow
  • Asymmetric key algorithms
    • "public-private keys"
    • slow, can only handle small amounts of data
    • public key can be shared openly
  • Checksum/Hash
    • Works because same function inputs = same output
    • Used to verify data integrity
  • Digital Signature
    • Checksum with a public/private key added
    • Used to verify data integrity + authenticity

If you would like to learn more about code and cryptography, "The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography" by Simon Singh is an excellent book on both the history and techniques.

If you have any particular questions about the assignment or the feedback, email us at universitysupport@codepath.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant