Maxey's Handy Cybersecurity Tool

Status
This thread has been locked.

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
Hey there,

My Cyber security tool includes:
- A simple interface
- A password generator
- A message decrypter & encrypted

Price: $1

Please reply if you're interested.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
UPDATES

Program is now available in the .exe extension, along with being accessible on Mac.

Version 1.1: July 26, 2018
Release Date is July 27

- Adding Encryption / Hiding Passwords
- Cleaning up the output messages
- Easier to use
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Jay

regret nothing
Premium
Feedback score
13
Posts
532
Reactions
211
Resources
0
By advanced, what do you mean exactly? Are you just generating random strings or what??
 

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
By advanced, what do you mean exactly? Are you just generating random strings or what??
My generator is taking all the different possibly symbols on the keyboard, and randomly creating a string with symbols, uppercase and lowercase letters, numbers, etc. With the decoder, you enter a message and will go through many different keys trying to find the possible message.[DOUBLEPOST=1532575624][/DOUBLEPOST]
PM me please.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Landon

wow!
Supreme
Feedback score
111
Posts
1,590
Reactions
2,040
Resources
7
Hey there,

I created an advanced password generator, along with a password decoder in python. I am selling this for $1, and am giving away 5 Vouch Copies as this took time to create.

Please reply if you'd like to try it out.
What makes this password generator any different from a random string generator (ie 571sjkj4hiuhiuahu547)
 

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
What makes this password generator any different from a random string generator (ie 571sjkj4hiuhiuahu547)
Uses many different symbols, every single symbol on the keyboard, and uppercase and lowercase letters.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Landon

wow!
Supreme
Feedback score
111
Posts
1,590
Reactions
2,040
Resources
7
Uses many different symbols, every single symbol on the keyboard, and uppercase and lowercase letters.
I don't want to trash, as the decrypting tool seems cool, but in regards to the password generator;
Code:
function makeid() {
  var text = "";
  var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-=_+[{]}\|;:,<.>/?`~";

  for (var i = 0; i < 16; i++)
   text += possible.charAt(Math.floor(Math.random() * possible.length));

  return text;
}

console.log(makeid());
Would generate something such as "x;T8CuSWJE&e+6]&" (and you can change the 16 to a higher number for a more secure password).

But, like I said, the decryption tool is cool, so $1 isn't a bad deal.
 

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
I don't want to trash, as the decrypting tool seems cool, but in regards to the password generator;
Code:
function makeid() {
  var text = "";
  var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-=_+[{]}\|;:,<.>/?`~";

  for (var i = 0; i < 16; i++)
   text += possible.charAt(Math.floor(Math.random() * possible.length));

  return text;
}

console.log(makeid());
Would generate something such as "x;T8CuSWJE&e+6]&" (and you can change the 16 to a higher number for a more secure password).

But, like I said, the decryption tool is cool, so $1 isn't a bad deal.
Adds more symbols ;)
And you can go up to 100000 characters[DOUBLEPOST=1532576598][/DOUBLEPOST]
VC? I realy need that but i don't have 1 dollar xD

(I can pay you in like 2 weeks lol)
Sorry, your reputation isn't high enough.
You must have more rep than me, or it wouldn't be worth it ;)
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
I don't want to trash, as the decrypting tool seems cool, but in regards to the password generator;
Code:
function makeid() {
  var text = "";
  var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-=_+[{]}\|;:,<.>/?`~";

  for (var i = 0; i < 16; i++)
   text += possible.charAt(Math.floor(Math.random() * possible.length));

  return text;
}

console.log(makeid());
Would generate something such as "x;T8CuSWJE&e+6]&" (and you can change the 16 to a higher number for a more secure password).

But, like I said, the decryption tool is cool, so $1 isn't a bad deal.
One more thing, even know the program is in the command line, it does have a nice user interface and it is very easy to use. I can give you a vc hmu <3[DOUBLEPOST=1532615498][/DOUBLEPOST]New Update coming out tomorrow, Version 1.1 Read updates on the update message.
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Landon

wow!
Supreme
Feedback score
111
Posts
1,590
Reactions
2,040
Resources
7
Password generation is cool, works efficiently.
Decryption tool is good for basic ciphers, but works none the lesss.

Vouch <3
 

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
Password generation is cool, works efficiently.
Decryption tool is good for basic ciphers, but works none the lesss.

Vouch <3
Will definitely work on making it even more complex, thanks for the feedback <3
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
My generator is taking all the different possibly symbols on the keyboard, and randomly creating a string with symbols, uppercase and lowercase letters, numbers, etc. With the decoder, you enter a message and will go through many different keys trying to find the possible message.[DOUBLEPOST=1532575624][/DOUBLEPOST]
PM me please.
That's not exactly impressive. It'd be better for each person to get their own keys but at that point it's just what we already have in terms of pub/priv keys.
 

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
That's not exactly impressive. It'd be better for each person to get their own keys but at that point it's just what we already have in terms of pub/priv keys.
Is there a need to try to make me feel bad, I already have had 5 people who have bought it. Now stop trashing, get off my thread. Unless you're interested.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
Is there a need to try to make me feel bad, I already have had 5 people who have bought it. Now stop trashing, get off my thread. Unless you're interested.
I'm sorry if me telling you it's not impressive makes you feel bad. Also nice, 5 people bought it. It's much more secure for them to use something like OpenSSL and encrypt/decrypt using public keys and private keys.

And how about no? I'm merely stating facts here.
 

Maxi

Unpaid Intern
Banned
Feedback score
28
Posts
442
Reactions
185
Resources
0
An even more efficient way to do it than listing every single possible character is to do something like this. Snippet taken from my open-source username checker here.

Code:
import string
import random

def generate_pw(size=16, chars=string.ascii_uppercase + string.digits + string.ascii_lowercase):
    return ''.join(random.choice(chars) for _ in range(size))
Please don't advertise and link your own stuff on my thread.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/maxi-scam-report.455396/)
Status
This thread has been locked.
Top