PDA

View Full Version : SyntaX******'s Encryption



SyntaXmasteR
12-22-2005, 04:34 PM
I'm finally finished writing my own password encryptor/decryptor. I created a unique algorithm! You can use it if you need to store a password and dont want to have it written in plain text.

http://www.boninroad.com/syntax******/tools/tool0.php

Convert: Text String <---> SyntaX Encryption

If anyone can crack my encryption i will personally fly to your house and shake your hand because I couldnt imagine anyone breaking this... I could have taken a few extra steps to make it even harder but this is what I have for now. Hope you like!

PS: The password can be any standard key***rd character a-z A-Z 0-* including +=!@#$%^&*()_+{}|\][;:'"<,>.?/~`

nForcer
12-26-2005, 06:17 AM
Sounds like a great tool

psyberweb
01-13-2006, 03:21 AM
Great Tool.. Cool Huh, i hope there aren't any virus attached..tnx

Alucard
01-13-2006, 10:45 AM
i went there there is no viruses attached and he has some great downloadable tools.

nice site ;)

SyntaXmasteR
01-13-2006, 10:57 AM
Thanks for the comments ~ If any of you guys have any ideas or s***estions please let me know. New tools, scripts, pics, vidoe, etc...

PS. If anyone has the .h file for the Dev C++ compiler that contains the MD5 hash algorithm please PM the link where i can find this.

Alucard
01-13-2006, 03:32 PM
i did went to ur site and i found that u have the visitor log so i did download the script but then what do i do how do i put it on my site?. can u plz tell me

thanks

Ezekiel
01-14-2006, 05:14 AM
i did went to ur site and i found that u have the visitor log so i did download the script but then what do i do how do i put it on my site?. can u plz tell me

thanks

Come on man, you can't just download a php script and expect to be able to use it without even knowing what php is. Not as if you would understand even the most basic instructions, but here's what you would do to get it on your site.
*. Get a site that SUPPORTS PHP, if you just have some free site like freewebs/geocities then there is NO WAY that you can do this, so forget about it.

2. Download his script, or any script that logs ip numbers, then create a page called pagenamehere.php or whatever, then insert the php script anywhere inside it, then just add normal html everywhere else, outside the brackets for the script.

*. Create a folder/file to match the exact directory that the php script is set to log to, then create an empty log.txt or whatever it has to be called in that directory.

4. Upload your script BY FTP.

5. Edit your index page so it has a link to the php page, or you could actually have the php page as the index page.

6. Now, whenever anyone accesses the php page, they leave an entry in log.txt, you now need to set up the right permissions on this file to block access form everyone, or password protect it. Then, you can download it or view it in your browser, and the logs will be there.

Alucard
01-14-2006, 09:30 PM
o ok cuz i m not famailiar with php and i use freewebs. do you know someone that offers free doamins? if u know info plz tell me.

thanks

Ezekiel
01-15-2006, 04:11 AM
o ok cuz i m not famailiar with php and i use freewebs. do you know someone that offers free doamins? if u know info plz tell me.

thanks

Freewebs will not work with php scripts. The website hoster I use is www.byethost.com, you can get 250mb for free if you go on their site and click "storage max free", you should know how to use ftp, because this will be how you upload and manage your site. If you dont have an ftp client, then fireftp for firefox is good enough to do the job, and quick to install. If you are still using internet explorer as your browser, then you shouldn't even be on this forum, so I am assuming you have firefox installed and working. Byethost is a good hoster, but it's probably a bit harder to set up than freewebs. I can't go through step by step setting up your site and php script, it would just take me too long, so don't ask me to guide you through it, if you aren't familiar with php, but do know html, then you might be able to do it, but if you know none of them then you have no chance without someone else telling you what to do.

Alucard
01-15-2006, 10:48 AM
ok thanks for ur help tho