Computer Science Canada SHA-1 Hashes |
Author: | perds [ Sun Dec 04, 2005 10:58 am ] |
Post subject: | SHA-1 Hashes |
Just wondering if anyone has used turing to create SHA-1 hashes of strings, and if they wouldn't mind sharing the code. |
Author: | MysticVegeta [ Sun Dec 04, 2005 11:31 am ] |
Post subject: | |
Hi, Welcome To compsci.ca 1) I dont know what you mean by SHA-1 hasches. 2) Even if someone did have the program, he/she wouldn't share because it looks like an assignment to me and we will let you work on it first 3) We would be happy to help you with your code. But you have to give it a shot first. |
Author: | Cervantes [ Sun Dec 04, 2005 11:49 am ] | ||
Post subject: | Re: SHA-1 Hashes | ||
perds wrote: Just wondering if anyone has used turing to create SHA-1 hashes of strings
Not to the best of my knowledge. Perhaps wikipedia will help you out though. Particularly the Pseudocode.
You might also want to check out zylum's bitwise operators tutorial. |
Author: | perds [ Sun Dec 04, 2005 12:46 pm ] |
Post subject: | |
dont worry, it's not an assignment, i've already completed the grade 10 and 11 computer science courses taking the grade 12 comp science course this year, but we're doing java instead of turing, and i dont start that until next semester i needed this code for my own project that im working on, and since turing is one of the best languages that i know that is able to do this, i thought it'd be easier to complete in turing than in java, since i havent started to learn that yet. anyways, thx a bunch for this |
Author: | perds [ Sun Dec 04, 2005 12:47 pm ] |
Post subject: | |
after actually thinking about this, i could probably get the job done quite a bit faster in php since it has the function built in. |
Author: | Tony [ Sun Dec 04, 2005 4:37 pm ] |
Post subject: | |
or you know... Ruby I'm using SHA-1 to encrypt user password information in my rails' application |