top of page

Analog

Project Background

Analog is a discord bot I created using discord.js framework. This was mainly experimental and a fun project to work on. It uses my previously developed XEncryptor algorithm to encrypt & decrypt any discord message. It only encrypts a string discretely enough so that it is not readable to the naked eye immediately. This algorithm makes a unique encryption every time even for the same input. Though a little bit of analyzing will make it easily reversible, it can still be improved further by randomizing the public keys and character pools.

What is a discord bot?

A discord bot is a programmed bot user that can receive text channel commands and execute a range of different tasks. A bot can be used to pull information from other networks and show them in discord as embeds.

Independent Project

API: Discord.js

Language: JavaScript (Node.js)

bottom of page