Skip to content

CSSASBU/Pardazeh-18-8-ASCIIShift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCIIShift

The flag is encoded and stored in the binary file chall.bin. Your task is to figure out how the flag was encoded and extract the original flag from the file.

Files:

  • chall.py: The source code of generating the chall.bin file.
  • chall.bin: The binary file containing the encoded flag.

You have a binary file, but how do you know that the ASCII codes are exactly what they should be? Maybe there is an offset!

About

ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents text in computers using numeric codes. It assigns a unique number (ranging from 0 to 127) to each character, such as letters, digits, and symbols. For example, the letter "A" is represented by the number 65 in ASCII.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages