DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 22 Apr 2016 02:18 PM |
have a request, if possible, will pay well.
so I would like every number, first at least 0.000000000000000000000000000001 to 0.033333333333333333333333333332
to be then put into the sha244 algorithm, through some online converter, and have the hash be put in some spread / note pad / database next to its corresponding number.
so say for example 0.00374855910035482799405663145 and its hash 8d42ed4d44c6bca199e269e6aa1cf3f1fb917d73ecda0fb6baa53884 to be put next to each other, so I can then with ctrl+f can put in any hash and find it's corresponding number.
This is I think it was about 33.3- octillion digits... So all I would need is a script I can run on my own, so rip my pc, not yours, and after a while the database will be filled up on it's own, not even database, a google docs spreadsheet would be the best
and then eventually every number between 0.000000000000000000000000000001 and 0.999999999999999999999999999999. but at first at least the first part of this thread. Does anybody here know how to or who can help with this at all?
So basically a script that works with a site that has a # -> hash converter using sha244, and the script says start with 0.000000000000000000000000000001 in the entry box, copy output, paste both somewhere, then +0.000000000000000000000000000001 to last value, and repeat sort of thing.
or idk if there's a simpler way like if you premade a spreadsheet with one column going 0.000000000000000000000000000001-> 0.033333333333333333333333333332 and the script says like insert column 1 from [link to spreadsheet] into input, copy output place it in column 2 row 1, then move down to row 2, repeat.
DeusMalum - Co-Owner of Trade..
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 22 Apr 2016 02:34 PM |
:c
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 22 Apr 2016 03:58 PM |
bump
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
LucasLua
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 7386 |
|
| |
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 22 Apr 2016 04:12 PM |
a project
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
|
| 22 Apr 2016 04:14 PM |
| I can give you a Lua script that can do that put that's all. |
|
|
| Report Abuse |
|
|
LucasLua
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 7386 |
|
|
| 22 Apr 2016 04:19 PM |
| It would be easy to write this yourself in any number of languages. You could generate the number sequences with a for loop, a mathematical expression (probably a set expression), or a permutation function. Then just feed it through a library that does the hashing function you want. Dump the results into a file line by line, or put it in an SQL database. |
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 22 Apr 2016 05:09 PM |
YE, about that, i barely know basic html5... if anyone can do that for me Ill offer them "currency" irl
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 22 Apr 2016 09:39 PM |
mhm
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 25 Apr 2016 04:02 PM |
bumpp
DeusMalum - Co-Owner of Trade. .
DeusMalum - Co-Owner of Trade. |
|
|
| Report Abuse |
|
|
ayymd
|
  |
| Joined: 25 Dec 2015 |
| Total Posts: 47 |
|
| |
|
| |
|
|
| 25 Apr 2016 04:51 PM |
why can't you just dehash it if you know the algorithum?
|
|
|
| Report Abuse |
|
|
|
| 25 Apr 2016 05:06 PM |
A computer can't even compute that small of a float
|
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 26 Apr 2016 02:07 PM |
I dont know the algorithm... its not that simple
|
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
| |
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
| |
|
|
| 30 Apr 2016 10:47 AM |
Not exactly possible, the amount of possibilitys would take a year to scan
|
|
|
| Report Abuse |
|
|
DeusMalum
|
  |
| Joined: 07 Aug 2012 |
| Total Posts: 28046 |
|
|
| 10 May 2016 02:34 PM |
Ill scan it for as long as it takes if someone can make the script
|
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 10 May 2016 03:09 PM |
The best thing you can do probably is to write this in a VB macro for Excel, and rewrite the algorithm yourself (internet communication will be expensive and so will trying to communicate with excel from some external program).
You do NOT want to do this in Lua just because you know no other languages |
|
|
| Report Abuse |
|
|
|
| 10 May 2016 03:29 PM |
Get a linux machine. apt-get install / pacman -S / yum blah blah blah... OpenSSL and python3 Learn a little about python3. Realize you can 'from subprocess import call' and pass shell commands to the machine. Learn some shell commands ('openssl hash --sha256') Learn to edit files in python ('file = open('fileName')','filew = open('fileName','w')') Generate a list from 1e-? to 0.9999... using those permissions ('filew.write(yourList)') Iterate though the list and hash each possibility ('dat = file.read(); for lines in dat: hash = call('openssh hash...')...') You should write that to a file.
Good luck maybe? |
|
|
| Report Abuse |
|
|
|
| 10 May 2016 03:30 PM |
| Oh right install MariaDB/MySQL/SQLite and learn the shell commands for that too |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 10 May 2016 03:46 PM |
| Uh no, that's way too much bloat/work for a fairly simple task. You do not need a "linux machine" (I assume you mean some computer running linux) nor do you want to write to a text file. |
|
|
| Report Abuse |
|
|
|
| 10 May 2016 04:05 PM |
| Just get a VM and Arch and go for it. |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 10 May 2016 04:10 PM |
OK, now if you actually think that's a good idea you not only have one extra chromosome but two.
but gg troll |
|
|
| Report Abuse |
|
|