Search found 7 matches

by safra
Sun Aug 07, 2011 10:31 pm
Forum: Coding Questions
Topic: OpenSSL and MD5Fingerprint
Replies: 3
Views: 934

Re: OpenSSL and MD5Fingerprint

Thanks, I was thinking other parts of it changed aside from the reversal thing - seems I'm wrong on that count. Would still like to know why the reverse thing happens though, if anyone has an idea.
by safra
Sun Aug 07, 2011 9:04 pm
Forum: Coding Questions
Topic: OpenSSL and MD5Fingerprint
Replies: 3
Views: 934

OpenSSL and MD5Fingerprint

Head scratcher here which will require some Linux knowledge. I'm using Purebasic in Windows XP, but need someone to explain what is going on:

(Ubuntu):
echo -n "william" | openssl dgst -md5

Result: fd820a2b4461bddd116c1518bc4b0f77

(Purebasic XP):
me$="william"
Debug MD5Fingerprint(@me$, Len ...
by safra
Sat Aug 29, 2009 7:47 am
Forum: Tricks 'n' Tips
Topic: Generate all permutations
Replies: 8
Views: 4609

Dang! Thank you, it is a hell of a lot :)
by safra
Wed Aug 26, 2009 2:08 pm
Forum: Tricks 'n' Tips
Topic: Generate all permutations
Replies: 8
Views: 4609

Could anyone do the math on this for me please? All arrangements of the alphabet - A to Z - no repetition of characters. I didn't think it would that much, but another permutations program I'm running is currently at 130gb. It's the lack of repetition that makes me think it should be less. Wishful ...
by safra
Fri May 08, 2009 6:25 am
Forum: Announcement
Topic: SHA1 Hash Library
Replies: 9
Views: 5030

Oh, that is brilliant, thank you! :D
by safra
Thu May 07, 2009 8:53 pm
Forum: Announcement
Topic: SHA1 Hash Library
Replies: 9
Views: 5030

Fluid Byte wrote:What about the in-built functions?

PS: What is "butt-tocks"? Ass?
Ah, my bad - I should have said I was looking for SHA1 code, not an already-done-for-you function. I'd like to see how it works in Purebasic.

And yeah, ass - Forrest Gump style!
by safra
Thu May 07, 2009 8:38 pm
Forum: Announcement
Topic: SHA1 Hash Library
Replies: 9
Views: 5030

Hi, I have searched my butt-tocks off looking for a SHA1 algorithm - seems every link in this forum is dead. Can anyone help please?