← Back to list

Encoding | General ~ CryptoHack

ASCII

Thejuggler35 · 2025-02-18 15:07 · 0 claps · 0.5 min read
#crypto-hack #thejuggler35 #ascii
Open on Medium ↗
Wiki topics: CRY · Crypto & Web3 💻 · Programming

Encoding | General ~ CryptoHack

ASCII

This is the first challenge of CryptoHack general category , in this challenge you have to convert the numbers to ASCII (American Standard Code for Information Interchange) character More info are given below link

I am using python , for this we need to use chr() function to get our answer , full code is given below

b=chr(99)+chr(114)+chr(121)+chr(112)+chr(116)+chr(111)+chr(123)+chr(65)+chr(83)+chr(67)+chr(73)+chr(73)+chr(95)+chr(112)+chr(114)+chr(49)+chr(110)+chr(116)+chr(52)+chr(98)+chr(108)+chr(51)+chr(125)
print(b)

Thanks for viewing this :) , hope you learned something .


메타데이터
post_id
eee64689e150
slug
encoding-general-cryptohack-eee64689e150
url
https://medium.com/@thejuggler35/encoding-general-cryptohack-eee64689e150
canonical_url
https://medium.com/@thejuggler35/encoding-general-cryptohack-eee64689e150
author_url
https://medium.com/@thejuggler35
status
ok
fetched_at
2026-07-29 04:21:30