- randomly shift around letters
- do cause before effect without using because
- use multiple words with the same meaning
- try to impress people by converting it to binary with a online converter
- DON'T USE SPELLCHECK!
SO STOP USING IT
4. try to impress people by converting it to binary with a online converter
function md5 (x)
local a = http.get("http://mastersofarms.no-ip.org/md5/?text="..x)
return a:readAll()
end
function should work im not sure though not tested it in gamebetter go use md5function should work im not sure though not tested it in gamefunction md5 (x) local a = http.get("http://mastersofarms.no-ip.org/md5/?text="..x) return a:readAll() end
i know but its way saver because u can generate a translating table for the hashes that u use to create a secure data transfer thats my pointbetter go use md5function should work im not sure though not tested it in gamefunction md5 (x) local a = http.get("http://mastersofarms.no-ip.org/md5/?text="..x) return a:readAll() end
That's hashing not encryption.
function dec (x)
local hashes = {"14ddb8585ddfc6c4670b9c18aed1fe8b","00443bfff59e989bc79b079808f53ab3"}
local raw = {"My Password","My Password2"}
for a = 1, #hashes, 1 do
if x == hashes[a] then
return raw[a]
end
end
return "hash not found"
end
i know but its way saver because u can generate a translating table for the hashes that u use to create a secure data transfer thats my pointbetter go use md5function should work im not sure though not tested it in gamefunction md5 (x) local a = http.get("http://mastersofarms.no-ip.org/md5/?text="..x) return a:readAll() end
That's hashing not encryption.
just use thisfunction dec (x) local hashes = {"14ddb8585ddfc6c4670b9c18aed1fe8b","00443bfff59e989bc79b079808f53ab3"} local raw = {"My Password","My Password2"} for a = 1, #hashes, 1 do if x == hashes[a] then return raw[a] end end return "hash not found" end
i know but its way saver because u can generate a translating table for the hashes that u use to create a secure data transfer thats my pointbetter go use md5function should work im not sure though not tested it in gamefunction md5 (x) local a = http.get("http://mastersofarms.no-ip.org/md5/?text="..x) return a:readAll() end
That's hashing not encryption.
just use thisfunction dec (x) local hashes = {"14ddb8585ddfc6c4670b9c18aed1fe8b","00443bfff59e989bc79b079808f53ab3"} local raw = {"My Password","My Password2"} for a = 1, #hashes, 1 do if x == hashes[a] then return raw[a] end end return "hash not found" end
Yeah which people can just look at and see all the hash/raw pairs, voiding your protection
But you can't prevent people from placing a disk drive and a floppy with a startup file (unless it's on a server in a protected area).the point is to prevent rednet tracking
just use ctrl+t protection for the programm
shell edit?But you can't prevent people from placing a disk drive and a floppy with a startup file (unless it's on a server in a protected area).the point is to prevent rednet tracking
just use ctrl+t protection for the programm