2 fundmental ways of cryptography asymeteric and symeteric

In summary, there are two fundamental ways of cryptography: asymmetric and symmetric. While there are various formulas and algorithms used in cryptography, the best forms have historically been based on random keys. Cryptography is a complex field and cannot be summed up in one equation, but there are books available such as "The Code Book" and "Applied Cryptography" that explain the history and workings of modern cryptography systems. For a more mathematical perspective, books like "Modern Cryptography: Theory and Practice" and "Cryptography" are recommended.
  • #1
hell18
21
0
i know that there are 2 fundmental ways of cryptography

asymeteric and symeteric

is there any formulas for cryptography? i know its for a encryption system, but there must be formulas?

thanks
 
Mathematics news on Phys.org
  • #2
If there is a formula, eventually someone else will discover what it is and break your cipher. Historically the best cryptograms have been based on physical duplication of random keys (one time pads).
 
  • #3
Cryptography is a complex field, you can't really sum up the methods of it in one equation (At least I can't), but there's an excellent book available by Simon Singh that's called "The Code Book" that tells you how cryptography was invented, how it was developed, how the modern cryptography systems work (The RSA system) and what people think will replace RSA in the future. It's very interesting, there's not much math to follow, the math isn't hard and it's a very good read.
 
  • #4
There are actually lots of forms of cryptography.

If you actually want algorithms and practical tools to build cryptographic systems, forget paperbacks. The best book, IMO, is Bruce Schneier's "Applied Cryptography."

- Warren
 
  • #5
Schneier's book doesn't tell you why the systems are used that way, infact it just tells you in a rather coarse way to "do this and do that"...

Try "Modern Cryptography: Theory and Practice" by Wenbo Mao
or "Cryptography" by Nigel Smart for a more mathematical look on crypto.
 

1. What is the difference between asymmetric and symmetric cryptography?

Asymmetric cryptography, also known as public-key cryptography, uses two different keys (a public key and a private key) to encrypt and decrypt data. Symmetric cryptography, on the other hand, uses the same key for both encryption and decryption.

2. Which is more secure, asymmetric or symmetric cryptography?

Asymmetric cryptography is generally considered more secure because the private key is kept secret and only the public key is shared. This makes it more difficult for hackers to intercept and decrypt the data.

3. What is the main advantage of using symmetric cryptography?

The main advantage of symmetric cryptography is its speed and efficiency. Since it only uses one key for encryption and decryption, it is faster than asymmetric cryptography.

4. How are these two types of cryptography used in real-world applications?

Asymmetric cryptography is commonly used for encrypting sensitive data, such as online transactions and email communication. Symmetric cryptography is often used for securing large amounts of data, such as in database encryption.

5. Can asymmetric and symmetric cryptography be used together?

Yes, they can be used together in a process known as hybrid cryptography. In this approach, the data is encrypted with a symmetric key, which is then encrypted with the recipient's public key. This allows for the efficiency of symmetric cryptography and the security of asymmetric cryptography.

Similar threads

  • Programming and Computer Science
Replies
1
Views
604
  • General Math
Replies
1
Views
1K
  • Programming and Computer Science
Replies
7
Views
867
  • Programming and Computer Science
Replies
8
Views
1K
  • STEM Academic Advising
Replies
1
Views
1K
  • Computing and Technology
Replies
2
Views
253
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
919
Replies
2
Views
1K
Replies
7
Views
2K
Replies
5
Views
397
Back
Top