Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Have some fun here! filter_list
Author
Message
Have some fun here! #1
If you are getting bored and you are looking for a challenge then your task is to crack this Hash for me Cool

Code:
8419484194948420411718754224842131532531313541

Confused about this? Read the spoiler!

Spoiler:
Well this Hash is the output one of my own small function that I recently made in python and I wanna see how secure it is for me personal use or if I intend to use it in a program of mine.

No Hints guys :nono: and have fun Smile
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

Have some fun here! #2
If you are getting bored and you are looking for a challenge then your task is to crack this Hash for me Cool

Code:
8419484194948420411718754224842131532531313541

Confused about this? Read the spoiler!

Spoiler:
Well this Hash is the output one of my own small function that I recently made in python and I wanna see how secure it is for me personal use or if I intend to use it in a program of mine.

No Hints guys :nono: and have fun Smile
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Have some fun here! #3
If you made your own algorithm, I suggest you provide it too.
The security should never rely on the knowledge about the algorithm.

Edit: And for cryptographic hashes even more factors are relevant for security.
Like: How much does the hash change if the plaintext differs only in one bit?
How easy is it to find collisions?
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Have some fun here! #4
If you made your own algorithm, I suggest you provide it too.
The security should never rely on the knowledge about the algorithm.

Edit: And for cryptographic hashes even more factors are relevant for security.
Like: How much does the hash change if the plaintext differs only in one bit?
How easy is it to find collisions?
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: Have some fun here! #5
Are you sure that this is a hash as hashes are one-way algorithms. Saying so that you might not have mistaken. Still you need to provide the Algorithm (Not the code as their is a very big difference between posting your code and your algorithm). Its better if you provide the algorithm.

Thank You,
Psycho_Coder
[Image: OilyCostlyEwe.gif]

Reply

RE: Have some fun here! #6
Are you sure that this is a hash as hashes are one-way algorithms. Saying so that you might not have mistaken. Still you need to provide the Algorithm (Not the code as their is a very big difference between posting your code and your algorithm). Its better if you provide the algorithm.

Thank You,
Psycho_Coder
[Image: OilyCostlyEwe.gif]

Reply

RE: Have some fun here! #7
ya in a real life scenario a cracker will likely gain access to the plaintext version and the encrypted version... if you are using it in a program. Then its simply a matter of time/effort before they crack it.

Giving us an encrypted hash has little security plications because we have no idea the length of the plain text, or the language... and other relevent information that would make cracking it feasable. As it stands we dont know what data is encrypted so how would we know if we decrypted it? Lol

Reply

RE: Have some fun here! #8
ya in a real life scenario a cracker will likely gain access to the plaintext version and the encrypted version... if you are using it in a program. Then its simply a matter of time/effort before they crack it.

Giving us an encrypted hash has little security plications because we have no idea the length of the plain text, or the language... and other relevent information that would make cracking it feasable. As it stands we dont know what data is encrypted so how would we know if we decrypted it? Lol

Reply

RE: Have some fun here! #9
It ain't that huge thing, Just did some random stuff to generate it as my function is only a generator not a decoder so it's one way hence a Hash.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Have some fun here! #10
It ain't that huge thing, Just did some random stuff to generate it as my function is only a generator not a decoder so it's one way hence a Hash.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply







Users browsing this thread: 1 Guest(s)