What Type of Encryption is Used in This Text?

  • Thread starter wirrmartin
  • Start date
  • Tags
    Encryption
In summary, the conversation discusses various encryption methods and tries to determine the type of encryption used in a given text. It is concluded that the text is most likely using a vigenere cipher and the key may have something to do with Egypt. Various resources and tools are suggested to help crack the encryption.
  • #1
wirrmartin
2
0
Hi,

I'm sure this will be completely obvious for someone, but it eludes me.
What type of encryption is used in the following text? (this isn't homework)

Code:
Ysq xaxrvl! W zsix yfi dmdxd kvaw obdvcl! A'q oxrp jwvr loifq xatt pcm wixnk mgyk mids uvtvkzby xabs, sil xabs yok rhmhzby xh wo nwll tgy ldusfbnx Jspox picvyvms. Zh'k nnlt fz'Xvxwdzs Osgz bvwfk t mokod ntvkrgkl

Xbfe zg ksfxtywfk rhu nwdp gxvvf yim uaty, ks ahpvtmper yfi zew t lriyl hk tncl

Tym aep rmhx, bf pcm'vx mhv tavlm tf qjevd tywk, wxgd ds s ChnTlpw qxlsruw abmh kvw takajs: "Xvxwdzs qsn trv o bikd aer A atgt dm lmfx brqo" eqw I'cz zshd yfi mt pbty ggqxmhzby. Em lods hsbgt.

Sm llx pap, Gsq'l poiyarz hn fij rxqt gfgnxvt kvwvx hn ywk ghfplhwv, bgsgwjiw uy Rqlmobszcf'w kxcvbl evmimwlc. Dxeg of irx olh!

Kmgveisdc, Ykeurai, Ukaergr, tgd Dolxaxw, kvw ghhlvgl hnwej cf xax iehwvgxt

Not any ROT-n type algorithm, I know that. Any help would be appreciated because this is driving me crazy.
 
Mathematics news on Phys.org
  • #2
There is no way of knowing - that's rather the point of encryption!

but given that it is broken up into words and assuming you got this from your little sister's diary rather than a bunker under the pentagon it's probably a simple substitution cipher.
So individual letters are swapped for other letters, if you know the most common letter in your language and the most common short words and pairs of letters it's very easy to crack
 
  • #3
I doubt it, notice that there are several letters that are on their own, namely w, t and s.
In English, the only letters that do this are A and I.
 
  • #4
Hmm, "ggqxmhzby".

Got an enigma machine handy?
 
  • #5
wirrmartin said:
I doubt it, notice that there are several letters that are on their own, namely w, t and s.
In English, the only letters that do this are A and I.

Then just go one step farther. The substitution key changes based on somehing, like the character count or line count, etc.

What is the source of the text?
 
  • #6
Looks polyalphabetic. Vignere cipher, I imagine.
 
  • #7
wirrmartin said:
Hi,

I'm sure this will be completely obvious for someone, but it eludes me.
What type of encryption is used in the following text? (this isn't homework)

Code:
Ysq xaxrvl! W zsix yfi dmdxd kvaw obdvcl! A'q oxrp jwvr loifq xatt pcm wixnk mgyk mids uvtvkzby xabs, sil xabs yok rhmhzby xh wo nwll tgy ldusfbnx Jspox picvyvms. Zh'k nnlt fz'Xvxwdzs Osgz bvwfk t mokod ntvkrgkl

Xbfe zg ksfxtywfk rhu nwdp gxvvf yim uaty, ks ahpvtmper yfi zew t lriyl hk tncl

Tym aep rmhx, bf pcm'vx mhv tavlm tf qjevd tywk, wxgd ds s ChnTlpw qxlsruw abmh kvw takajs: "Xvxwdzs qsn trv o bikd aer A atgt dm lmfx brqo" eqw I'cz zshd yfi mt pbty ggqxmhzby. Em lods hsbgt.

Sm llx pap, Gsq'l poiyarz hn fij rxqt gfgnxvt kvwvx hn ywk ghfplhwv, bgsgwjiw uy Rqlmobszcf'w kxcvbl evmimwlc. Dxeg of irx olh!

Kmgveisdc, Ykeurai, Ukaergr, tgd Dolxaxw, kvw ghhlvgl hnwej cf xax iehwvgxt

Not any ROT-n type algorithm, I know that. Any help would be appreciated because this is driving me crazy.

wirrmartin:

This link may help: http://www.vbforums.com/showthread.php?t=345183"

I would guess this is a rotating cypher because no phrase is repeated in the message, the VB code at the bottom may help crack it. Be patient and I am sure you will find it soon, make sure you include "special characters in the rotation", they are sprinkled in the text.

Text from the VB forum, from the link above;

Rot13 simple means rotating alphabet by 13 characters. It is a very primitive encryption method which can be easily decrypted on knowledge. But for a non-technical user it still remains an unsolved mystery. Rot13 encryption is very easy to understand and use. It is very similar to the Caesar-Encryption method. Here what we do is rotate the character backwards or front by 13 characters in the ASCII table. The means "a" becomes "n" and "p" becomes "}". This method has been used in many news delivery systems as to prevent third parties from gaining easy access to it in the past. But now there are many better encryption systems being used which remain hard to be decrypted. Rot13 uses very simple algorithms and the encryption/decryption functions can be easily made.

What is Rot-N encryption?
Rot13 and Rot-N are very similar with the only exception that Rot-N encryption rotates each character by any number of digit rather than 13. It is basically a number between 1 to 25 so it remains within the ASCII table.

Here is a simple visual basic function for encrypting/decrypting a string:-
Rot-13 was basically made only for typed characters and not any extra signs or special characters so trying characters like "?ot; would cause the program to fail. Anyways you can modify the function to fit all special characters too.

Good luck...

Rhody...

P.S. If you want a real good cryptography book, check out this one https://www.physicsforums.com/showthread.php?t=341950".
 
Last edited by a moderator:
  • #8
It is a vignere cipher. The key has something to do with egypt =)
 
  • #9
Crazy, I found an online tool and it cracks it :D (well, partly, I'm messing up the first half, but the information doesn't seem that interesting anyway)
Thx Freddie
 
Last edited:
  • #10
rhody said:
wirrmartin:

This link may help: http://www.vbforums.com/showthread.php?t=345183"

I would guess this is a rotating cypher because no phrase is repeated in the message, the VB code at the bottom may help crack it. Be patient and I am sure you will find it soon, make sure you include "special characters in the rotation", they are sprinkled in the text.

Text from the VB forum, from the link above;

Rot13 simple means rotating alphabet by 13 characters. It is a very primitive encryption method which can be easily decrypted on knowledge. But for a non-technical user it still remains an unsolved mystery. Rot13 encryption is very easy to understand and use. It is very similar to the Caesar-Encryption method. Here what we do is rotate the character backwards or front by 13 characters in the ASCII table. The means "a" becomes "n" and "p" becomes "}". This method has been used in many news delivery systems as to prevent third parties from gaining easy access to it in the past. But now there are many better encryption systems being used which remain hard to be decrypted. Rot13 uses very simple algorithms and the encryption/decryption functions can be easily made.

What is Rot-N encryption?
Rot13 and Rot-N are very similar with the only exception that Rot-N encryption rotates each character by any number of digit rather than 13. It is basically a number between 1 to 25 so it remains within the ASCII table.

Here is a simple visual basic function for encrypting/decrypting a string:-
Rot-13 was basically made only for typed characters and not any extra signs or special characters so trying characters like "?ot; would cause the program to fail. Anyways you can modify the function to fit all special characters too.

Good luck...

Rhody...

P.S. If you want a real good cryptography book, check out this one https://www.physicsforums.com/showthread.php?t=341950".







Actually, "Yfi" repeats itself a couple times if you look at the first few sentences. This Encryption is from freddiew's video about the portal gun on youtube
 
Last edited by a moderator:

Related to What Type of Encryption is Used in This Text?

What encryption is this?

Encryption is the process of converting plain text into a coded form to prevent unauthorized access to the information. It is a way to ensure the confidentiality and security of data.

How does encryption work?

Encryption works by using a mathematical algorithm to convert plain text into a cipher text. This cipher text can only be deciphered by someone who has the correct key or password to unlock it.

What are the different types of encryption?

There are various types of encryption, including symmetric key encryption, asymmetric key encryption, and hashing. Symmetric key encryption uses the same key to encrypt and decrypt data, while asymmetric key encryption uses two different keys for the same purpose. Hashing is a one-way encryption method that converts data into a fixed-length code.

Why is encryption important?

Encryption is important because it helps protect sensitive information from being accessed by unauthorized parties. It is commonly used to secure online transactions, personal information, and confidential data.

Is encryption unbreakable?

While encryption is a highly effective method of protecting data, it is not entirely unbreakable. There are various techniques that can be used to try and decrypt encrypted data, such as brute force attacks and social engineering. However, using strong encryption algorithms and long, complex keys can make it extremely difficult for hackers to break the encryption.

Back
Top