Some questions about cryptography

  • Thread starter Thread starter set
  • Start date Start date
  • Tags Tags
    Cryptography
Click For Summary
SUMMARY

This discussion centers on the field of cryptography, particularly its job prospects and programming languages used in the domain. It highlights that while companies prefer computer scientists with cryptographic knowledge, government agencies like the NSA actively seek cryptographers. The advent of quantum computing, especially with Shor's algorithm, poses significant implications for cryptography, potentially necessitating a shift in focus for cryptographers. For programming, C++ is recommended for developing new cryptographic libraries due to its performance advantages, with Java also being a viable option.

PREREQUISITES
  • Understanding of discrete mathematics and number theory
  • Familiarity with cryptographic concepts and algorithms
  • Proficiency in programming languages, particularly C++ and Python
  • Knowledge of quantum computing principles and Shor's algorithm
NEXT STEPS
  • Research the implications of quantum computing on cryptography
  • Explore C++ for cryptographic library development
  • Study existing cryptographic libraries in Python and Java
  • Investigate job opportunities in government security agencies like the NSA
USEFUL FOR

Mathematics students, aspiring cryptographers, software developers interested in cryptography, and professionals in government security sectors.

set
Messages
58
Reaction score
0
Hi I am a first year student studying mathematics. I have been experimenting with various subjects to find my thing, and I think I am interested in discrete mathematics, particulary in number theory and cryptography.

1) But it seems like, there aren't many companies that are explicitly looking for cryptographers, but rather, they prefer computer scientists with some knowledge in cryptography. But on the other hand, I believe there is some government security agencies (NSA) and forces (Navy). How is the job prospect for cryptographers?

2) How will the invention and the implementation of quantum computers affect cryptographers? Will they have to look for another job like physicists just after the end of the arms race? Or will the development of this new technology will be the next hot trend?

3) I have taken two programming languages, one in DrRacket and the other in Python. What is the most popular programming language in the field of cryptography?

I thank for your replies in advance :)
 
Physics news on Phys.org
Hey set.

For 2) the effect will be big if real large qu-bit quantum computers come into existence. For more inforhmation see Shors algorithm on the internet.

For 3) many languages have some implementation of cryptography, but if you are writing new libraries from scratch and need performance, then I would recommend C++.

If you want to use existing libraries, then many platforms will have some implementation.
 
chiro said:
*snip*

For 3) many languages have some implementation of cryptography, but if you are writing new libraries from scratch and need performance, then I would recommend C++.

If you want to use existing libraries, then many platforms will have some implementation.

I would second this answer of C++, but maybe throw in a word for plain old C depending on the platform. C++ has the advantage of more features, with no overhead if you don't use them, but some platforms (microcontrollers mostly, which I assume you aren't using), don't implement C++. So as long as the work is done on a computer, C++ is the way to go, with Java being a good second.

If you want to learn C++, and can wait for a few months, I'd wait for Bjarne Stroustrup's (the author of C++) new edition of "The C++ Programming Language".
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
16K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K