Questions tagged [cryptography]

the practice and study of techniques for secure communication and sending of data, and the construction and analysis of protocols that accomplish this.

Cryptography is, to define it loosely, the study of sending stuff securely. It referred almost exclusively to encryption up until recently. Over the years, a variety of cryptography protocols have been invented: MD5, SHA-1, and RSA all have been used successfully.

From Wikipedia:

Cryptography is the practice and study of techniques for secure communication in the presence of third parties (called adversaries). More generally, it is about constructing and analyzing protocols that overcome the influence of adversaries and which are related to various aspects in information security such as data confidentiality, data integrity, authentication, and non-repudiation. Modern cryptography intersects the disciplines of mathematics, computer science, and electrical engineering. Applications of cryptography include ATM cards, computer passwords, and electronic commerce.

51 questions
7
votes
2 answers

How much Cryptography knowledge is important for reverse engineering?

Is understanding of Cryptography really important for a reverse engineer? Thanks.
Pranit Kothari
  • 927
  • 1
  • 10
  • 13
6
votes
1 answer

Understanding hardware extracted keys

I'm a crypto newbie, but have been working on card-access systems that encrypt the card data with 128-bit RSA. I have an example (from a card) of 1024 bits of encrypted data. I also have the public key (1024 bits), which is (rather curiously) placed…
swx
3
votes
1 answer

Reverse decryption algorithm

I've been working to disassemble a decryption algorithm for a particular software. The way it works is that the serial key contains all the appropriate information, gets crunched in the algorithm which outputs plaintext data (It's actually binary…
Eric
  • 439
  • 2
  • 11
3
votes
1 answer

How the author found the initialization vector for the AES CBC whatsapp CRYPT5 db uses?

I was going through DECIPHERING MSGSTORE.DB.CRYPT5, THE NEW DATABASE WHATSAPP & Steal WhatsApp update. The author of the first link published a decryptor which sets the iv for the aes_192_cbc to iv =…
0x90
  • 677
  • 2
  • 7
  • 19
1
vote
1 answer

Reversing encoding of a RSA public key

I'm trying to figure out the format/encoding for…
1
vote
1 answer

Reverse Engineering Crypto Methods

Since few days, Ive started to Reverse Engineer a little game. That game includes some data files, where the 3d files are stored. I want to write a little Software, where I can add own 3d models, to improve (cutomize) that game. Luckily the game is…
Vertices
  • 15
  • 4
0
votes
0 answers

Unknown three part signature

I have received a string which is supposed to be a cryptographic signature. I have access to a certificate which should let me verify the signature. However, I am rather confused about the structure of the signature. I was expecting a byte string,…
pmlk
  • 101
-1
votes
3 answers

How to reason about this rotating XOR problem?

Disclaimer: I'm not asking for the solution to this problem, but for you to point out the particular areas or techniques of reverse engineering that I need to improve at in order to solve this problem myself. The code in question comes from the game…
P. Private
  • 180
  • 3
  • 14