ACM-VIT / Algos-for-all-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
9 stars 10 forks source link

Web App to Encode/Decode hex strings #6

Closed Chasmiccoder closed 2 years ago

Chasmiccoder commented 2 years ago

Hey there! Welcome to Hacktoberfest 2021!

Thanks for taking interest in this project.

We want to develop a website that can be used to solve Cybersecurity Related Tasks. One really useful feature will be a script to convert strings from Hexadecimal to ascii The website needs to be fully responsive!

Tech Stack - HTML, CSS, JS

Example - Type String
ASCII "Hello World"
Hex "48 65 6c 6c 6f 20 57 6f 72 6c 64"

It's okay if you don't finish 100% of what is required, it's the attempt that matters! We'll accept PRs even if they complete a sub-component of this issue (depending on the code submitted and the effort taken) All the best :D

Karun842002 commented 2 years ago

Can I be assigned this issue please?

Chasmiccoder commented 2 years ago

Hi @Karun842002 ! I've assigned the Vigenere Cipher one already. I can't assign you to more than 1 issue, but incase this issue remains open (and no one comments), you can make a PR and we'll merge it!

Thanks for taking interest!

Anshika0924 commented 2 years ago

Hey! Can you assign this issue to me?

Chasmiccoder commented 2 years ago

Hi @Anshika0924 ! Sure. Assigning this to you

Chasmiccoder commented 2 years ago

Hi @Anshika0924 ! Is there any update on this issue?

Anshika0924 commented 2 years ago

Yes, almost done..will make a pr today!

Chasmiccoder commented 2 years ago

@Anshika0924 That sounds great :D

Anshika0924 commented 2 years ago

what should be the name of the folder?

Chasmiccoder commented 2 years ago

Hi @Anshika0924 ! You've done it correctly (placed it under Cryptography) I've merged your PR.

Thanks for contributing!