#1
Posted 17 February 2013 - 01:49 PM
Lately I am in a programming mood but I dont know what to make. Any Ideas for a program?
(I would say im an avarage programmer)
Thanks,
Engineer
Note: Please only leave suggestions.
#2
Posted 17 February 2013 - 02:16 PM
#3
Posted 17 February 2013 - 08:04 PM
#4
#5
Posted 18 February 2013 - 09:47 AM
#7
#8
Posted 18 February 2013 - 07:15 PM
#9
Posted 18 February 2013 - 07:33 PM
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
#10
#11
Posted 19 February 2013 - 06:37 AM
Hazrock, on 18 February 2013 - 07:33 PM, said:
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
#12
Posted 19 February 2013 - 08:08 AM
bjornir90, on 19 February 2013 - 06:37 AM, said:
Hazrock, on 18 February 2013 - 07:33 PM, said:
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
My understanding is that its not possible to be 100% secure (unless you run a rootkit on boot...), since the only difference between computers is id, and os.getComputerID can be overridden...
I came close by encrypting the program using a hash of the program that runs it and the id as a key, but the user could easily get that key the same way I do... (Copy the decryptor, change loadstring to file:write, and point it at the old file.) I did obfuscate it to make that harder though.
#13
Posted 20 February 2013 - 09:39 AM
Hazrock, on 19 February 2013 - 08:08 AM, said:
bjornir90, on 19 February 2013 - 06:37 AM, said:
Hazrock, on 18 February 2013 - 07:33 PM, said:
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
My understanding is that its not possible to be 100% secure (unless you run a rootkit on boot...), since the only difference between computers is id, and os.getComputerID can be overridden...
I came close by encrypting the program using a hash of the program that runs it and the id as a key, but the user could easily get that key the same way I do... (Copy the decryptor, change loadstring to file:write, and point it at the old file.) I did obfuscate it to make that harder though.
#14
Posted 20 February 2013 - 09:57 AM
Hazrock, on 18 February 2013 - 07:33 PM, said:
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
I have made a compressor and i am working on loading and creating zip filees
this is IMPOSSIBLE in any languaj ex: ITunes, jailbreak your ipod and then you can copy and redistribute paid apps
#15
Posted 20 February 2013 - 10:15 AM
bjornir90, on 19 February 2013 - 06:37 AM, said:
Hazrock, on 18 February 2013 - 07:33 PM, said:
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
Sorry for cutting you down
#16
Posted 02 March 2013 - 04:38 PM
Not too hard, I haven't really seen any.. Make it!
#17
Posted 02 March 2013 - 06:59 PM
urielsalis, on 20 February 2013 - 09:57 AM, said:
Hazrock, on 18 February 2013 - 07:33 PM, said:
A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
I have made a compressor and i am working on loading and creating zip filees
this is IMPOSSIBLE in any languaj ex: ITunes, jailbreak your ipod and then you can copy and redistribute paid apps
1. Your compressor enlarges files rather than compressing them.
2. Don't jailbreak your iPod. You are no longer able to download updates, so in a few years when the rest of the world is launching rockets from their phones, you'll still be hyped up about Siri.
#18
Posted 04 March 2013 - 07:45 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











