DEV Community

Raju ghorai
Raju ghorai

Posted on

Completed this year's Hacktoberfest 2020 challenge!

PR1. ctf-katana i added documentation
PR2. added documentation and improve the code
PR3. added rot13 encryption algorithm in cpp
PR4. added XOR encryption algorithm in cpp and c.

Top comments (6)

Collapse
 
waylonwalker profile image
Waylon Walker

Congrats on completing hacktoberfest. You made two contributions to c++ 👀

Collapse
 
coderj001 profile image
Raju ghorai

yeah.

Collapse
 
waylonwalker profile image
Waylon Walker

That is incredible!

Collapse
 
lakbychance profile image
Lakshya Thakur • Edited

Hey Raju. Congratulations. You can actually embed github issues/PR in DEV Community like so -

Interactive code snippets #9

Dev.to looks awesome. Congrats!

I was thinking of an integration of the klipse plugin into dev.to to allow blog writers to have interactive code snippets in javascript, ruby, python, scheme or ocaml.

And write cool blog posts like:

What do you say?

</div>
<div class="gh-btn-container"><a class="gh-btn" href="https://github.com/forem/forem/issues/9">View on GitHub</a></div>
Enter fullscreen mode Exit fullscreen mode




Refer dev.to/p/editor_guide for syntax.
Collapse
 
coderj001 profile image
Raju ghorai

sure.

Collapse
 
coderj001 profile image
Raju ghorai

i didn't what you meant by "it's not part of c++ language". I just implemented simple algorithm to create it.