F5F Stay Refreshed Software Operating Systems Attempting to retrieve a password (not a file).

Attempting to retrieve a password (not a file).

Attempting to retrieve a password (not a file).

N
nickydebreker
Junior Member
43
12-03-2023, 04:03 AM
#1
there's this security software, and it was open source, so i modified it, and i made a password for it, and i'm trying to crack that, you know... i find it very fun to developing (actually, i'm modifying, but let's just say i made it) i'm not advance enough to make is encrypted, it just is a click and open, then type in the password is view the contents, it's just locked, not encrypted, still i think i did a good job. and saying that i've done a good job, i would like to use it, i've decided to use it just as an extra security for stuff that doesn't need them because using rar just takes time, cuz you're actually trying to compress it, so to view it, you need decompressing, and not to say, i have a crappy laptop, and it takes time to decompress, so, i'm gonna use it. now before i start using, i'm a person who's quite clumsy, and i have BAD memory, real bad one, (like you go down the stairs for a cup of water and you forget ( loop 3 times)), so just for precaution, I need a software that can brute force a text box (well, it's type and enter), just in case i ever will loose the password and i know they take long, so i'm just gonna keep them short, so that's the story, got a program for that? is there a program that types a password in and then press enter, and try the next one (brute force) i'm not that advance that i can make a program cuz i don't even know how to!
N
nickydebreker
12-03-2023, 04:03 AM #1

there's this security software, and it was open source, so i modified it, and i made a password for it, and i'm trying to crack that, you know... i find it very fun to developing (actually, i'm modifying, but let's just say i made it) i'm not advance enough to make is encrypted, it just is a click and open, then type in the password is view the contents, it's just locked, not encrypted, still i think i did a good job. and saying that i've done a good job, i would like to use it, i've decided to use it just as an extra security for stuff that doesn't need them because using rar just takes time, cuz you're actually trying to compress it, so to view it, you need decompressing, and not to say, i have a crappy laptop, and it takes time to decompress, so, i'm gonna use it. now before i start using, i'm a person who's quite clumsy, and i have BAD memory, real bad one, (like you go down the stairs for a cup of water and you forget ( loop 3 times)), so just for precaution, I need a software that can brute force a text box (well, it's type and enter), just in case i ever will loose the password and i know they take long, so i'm just gonna keep them short, so that's the story, got a program for that? is there a program that types a password in and then press enter, and try the next one (brute force) i'm not that advance that i can make a program cuz i don't even know how to!

N
161
12-03-2023, 09:21 AM
#2
If you truly needed it, writing that would be very straightforward.
N
Nightrangertwf
12-03-2023, 09:21 AM #2

If you truly needed it, writing that would be very straightforward.

B
blondeminion
Senior Member
594
12-03-2023, 10:48 AM
#3
I won't bother you unless it's significant!
B
blondeminion
12-03-2023, 10:48 AM #3

I won't bother you unless it's significant!

6
60NoMeuPau
Member
205
12-25-2023, 02:57 AM
#4
I made a mistake... "I" should be "A". Apologies. You might find a ready-made version useful. If you chose to build it yourself, Python is likely a solid choice. Regardless of the tool, nested loops and character arrays in arrays are essential. For the first slot, it begins at the initial array position, traverses through the list. Returns to the start of the first array after each step. (like A) Then adds the second slot. Continues this pattern across any number of slots you specify. It's also helpful to consider running the script through a text file containing English words from the dictionary—there’s a list with around 110,000 entries.
6
60NoMeuPau
12-25-2023, 02:57 AM #4

I made a mistake... "I" should be "A". Apologies. You might find a ready-made version useful. If you chose to build it yourself, Python is likely a solid choice. Regardless of the tool, nested loops and character arrays in arrays are essential. For the first slot, it begins at the initial array position, traverses through the list. Returns to the start of the first array after each step. (like A) Then adds the second slot. Continues this pattern across any number of slots you specify. It's also helpful to consider running the script through a text file containing English words from the dictionary—there’s a list with around 110,000 entries.