2.0.1 • Published 4 years ago

numericcoder-core v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

NumericCoder

What is?

NumericCoder is a script that transforms the ascii version of the characters that the user enters into random encoded numbers.

Its format is as follows:

  1. Padding
  2. Encoded Characters
  3. Padding
  4. Character keys
  5. Padding
  6. Index number
  7. Padding

How it works?

Simple, there are four options to configure the script

  • Random Number : It is a number that controls the index number. Is added to the number of characters that the string contains. E.g: option: 20 with "hello" -> index number is 25.
  • Additional Numbers: Controls the number per padding group there are.
  • Maximum: Controls the maximum number that can random numbers reach.
  • Minimum: Control the minimum number that random numbers can be

An Example:

"Hi!" or 72 105 33 in ascii

Options:

  • Random Number: 150
  • Additional Numbers: 1
  • Maximum: 250
  • Minimum: 80

82,256,318,129,106,184,213,96,108,153,258

82 256,318,129 106 184,213,96 108 153 258

256 - 184 = 72 or "H"

318 - 213 = 105 or "i"

129 - 96 = 33 or "!"

153 - 150 = 3 ("Hi!")

Is it really useful?

Well ... As a practice project, I think yes, it is useful. The fact of being able to configure it means that the only way to decode the message is by brute force, without the first correct options, the script will not be able to read it correctly and it will return nothing. The number of possible combinations is enormous.

You can code "Hi!" like as:

99,186,199,153,138,114,94,120,80,57,147

Or like as:

25700,54730,26423,72258,103425,23396,54067,106071,69424,35599,31603,63622,71189,92581,79212,84866,23753,58789,28344,107311,68989,51629,87858,62522,81010,107522,108782,89992,75007,73631,48526,62555,99692,59862,100899,56756,62029,52606,48090,107590,34491,86341,28277,100308,47994,24596,90795,27628,35261,67272,74173,71251,108173,107450,108677,89959,85148,68461,18375,10780,42370,52048,78248,44439,70637,15631,61124,77534,51356,87702,14107,88368,95187,45046,93629,76987,86169,48089,99246,11406,17281,21495,92410,57973,96014,87321,11600,84313,12177,83701,58191,87757,23798,69555,20893,83410,92514,46972,36043,20601,96687,96651,48240,36590,94036,13549,86623

Or infinite posibles combinations

The downloable version hasn't limitations, only the web version for ddos attacks