Welcome![Sign In][Sign Up]
Location:
Search - php md5

Search list

[PHPPHP 会话(session 时间设定)使用入门

Description: 在PHP 开发中对比起Cookie,Session 是存储在服务器端的会话,相对安全,并且不像Cookie 那 样有存储长度限制,本文简单介绍Session 的使用。 由于Session 是以文本文件形式存储在服务器端的,所以不怕客户端修改Session 内容。实际 上在服务器端的Session 文件,PHP 自动修改Session 文件的权限,只保留了系统读和写权限,而 且不能通过ftp 修改,所以安全得多。 对于Cookie 来说,假设我们要验证用户是否登陆,就必须在Cookie 中保存用户名和密码(可 能是md5 加密后字符串),并在每次请求页面的时候进行验证。如果用户名和密码存储在数据库, 每次都要执行一次数据库查询,给数据库造成多余的负担。因为我们并不能只做一次验证。为什么 呢?因为客户端Cookie 中的信息是有可能被修改的。假如你存储$admin 变量来表示用户是否登 陆,$admin 为true 的时候表示登陆,为false 的时候表示未登录,在第一次通过验证后将$admi n 等于true 存储在Cookie,下次就不用验证了,这样对么?错了,假如有人伪造一个值为true 的 $admin 变量那不是就立即取的了管理权限么?非常的不安全。
Platform: | Size: 161231 | Author: sz_testsb | Hits:

[SourceCodePHP网络验证.rar

Description: PHP网络验证.rar1、本网络验证系统插件有两种:一种是VB写的ActiveX DLL(COM组件,支持所有能调用COM组件的编程语言写的软件);另一种是专门为易语言定制的易模块; 2、以上两个插件的代码均不开源,从某种角度来讲是提高了集成本验证系统的软件的安全性。 3、客户端与服务端通讯信息均加密并动态处理,每次发送和返回的值都是带有签名(时间+密钥)的动态数据,同时检查域名DNS是否被修改。 4、DLL插件提供动态签名,来效验DLL的合法性,防止DLL被非法替换或伪造。 5、两种插件均提供加强型的安全保护功能,但这并不能代替专业的保护壳,要使你的软件更安全,在集成验证系统后请加上保护壳。 6、本系统管理端就是服务端界面功能齐全,操作简便。采用php+mysql的WEB构架方式,可处理海量数据,经优化的数据库结构设计就算在线用户还多也不会太占CPU。 7、本系统自带在线售卡系统,客户可在线购卡实时生成卡,无需你库存大批的卡。 在线售卡系统--网络验证系统 只要你拥有了支付宝即时到帐接口(没有可申请,一般24小时生效)就可以使用本系统的在线售卡,代理商和普通客户都可以通过售卡系统来取卡。普通客户支付成功后可立即取卡,代理商可以设定不用付款成功也可取卡(有保护参数,取的卡多长时间未付款就会被自动冻结) 代理商系统 代理商可通过售卡系统自助取卡,可管理和查询注册卡、充值卡、用户;可冻结卡、解冻卡(管理员冻结的卡代理商无权解冻) 软件管理 支持多软件管理,一个管理员帐号支持管理99个软件,完全可以满足即大多数人的需要。 每个软件的接口参数丰富,功能全面。 添加、删除、冻结、解冻注册卡或用户 这些都是基本的操作,本系统管理端大部份采用ajax来处理数据支持批量操作,以保证不去频繁刷新页面让你体验WEB操作的乐趣。 注册卡或用户加时、减时操作 给注册卡或用户加减时操作简便,无页面刷新的感觉。支持批量加时。 试用卡或试用帐号 每个卡模式软件都有一张试用卡,每个用户密码模式软件都有一个试用帐号 试用卡和试用帐号不限同时连接的客户端数据,一张卡或一个帐号可以同时在N台机上使用。 试用卡或试用帐号每台机每天可使用的次数、每次可使用的时间、可使用的时段都可以在软件管理里边设置 免费帐号 免费帐号是针对用户密码模式的软件来讲的(注意免费帐号不是试用帐号,不受软件管理里的试用次数、试用时间、时段的限制),就是用户注册时可以不用输入充值卡号就可以注册成功并获取一定的使用时间 是否可以免费注册和免费注册赠送的时间都可以软件管理里边自由设定。 充值套餐 该功能在软件管理接口中实现:可以在软件管理里边设定同时充值X张Y卡,系统自动赠送Z天 比如你想设定充三张周卡包月的话,就设定 充 3 张 7 天卡 赠送 9 天(3*7+9=30)。 用户推广系统 该功能在软件管理接口中实现:可以在软件管理里边设定新用户注册时如果在推广帐号一栏填了老用户名子,老用户可以获取相应的使用时间 注册卡或用户绑机与不绑机 该功能在软件管理接口中实现:可以自由设定注册卡或用户能不能换机使用,或每天最多换机的次数。 用户名绑定游戏帐号 该功能需用户自己实现:方法是让最终用户注册验证系统帐号时用游戏帐号注册,你在客户端检测游戏帐号和验证系统帐号是不是一样的,来达到绑定帐号功能 注意:本验证系统用户名只支持英文字母和数字,如果游戏帐号是中文名请先编码用户名(如果你还想还原用户名的话就用rc4算法,否则直接用16位的md5编码用户名),编码后才传递给验证系统相关接口。 注册卡和充值卡的天数可自定义 管理员添加注册卡和充值卡的天数可以完全自定义,在添加注册卡或充值卡时可设定。 售卡系统和代理商取卡目前只支持天卡、周卡、月卡、季卡、年卡这五类卡。 日志功能 管理端会记录详细的多开卡客户端日志、用户充值转帐日志、免费用户注册帐号日志、注册卡和用户的验证安全日志。双服的话还有数据库同步的详细日志。 自动升级辅助程序 该功能在软件管理接口中实现:需要辅助程序update.exe的配合,update.exe是用VB专门针对本验证系统写的升级辅助程序(代码完全公开),你也可以用该程序加入相互效验软件的完整性。 超级系统管理功能 1、提供修改和添加后台帐号的功能,只有多售权的用户添加的后台帐号才有实际意义 2、整理系统功能:清理系统垃圾,主要是清理超出一定时间的日志文件、订单、过期卡、被标记为删除的卡 3、数据库优化功能:mysql长期运行后会产生一些无用的数据空间占用数据库的文件大小,此功能可以帮你释放掉被战友用的空间,如果你确认某个表错误的话还可以进行简单的修复,而不必要每次都用专门的mysql管理工具对数据库优化和修复,如phpmyadmin。 4、如果是双服的话系统还会记录主服的记录变更日志,以便让系统任务去同步主服和备服数据
Platform: | Size: 52537 | Author: wwwfree | Hits:

[assembly languageBOOM网站宝贝 v2.0

Description: 功能介绍:  强大的网站文件目录在线管理工具!弥补FTP工具的不足。是PHP网站站长的必备! ·列出服务器上的文件和目录。 ·测试文件是否可以读写。1为可,0为否。 ·在可读的情况下,能查看文件的内容。包括该文件里的敏感信息。 ·在可写的情况下,能【上传文件】、【修改属性】、【文件改名】、【编辑文件】、【新建文件】、【新建目录】。 ·【批量删除文件和目录】、【批量修改文件和目录属性】。 ·[MD5加密字符]、[批量代码生成]、[UNIX时间戳换算]。 ·另外还可返回系统环境信息。 ·管理员登陆功能。 ·以后会增加更多所能想到的实用功能。-Features: powerful site management tools directory online! FTP tools to make up for deficiencies. Is an essential PHP Webmaster! Listed on the server files and directories. Test documents can be read and write
Platform: | Size: 18432 | Author: 李刚 | Hits:

[Otherj_7426_bwgbookv1.3.0

Description: 特色: 1.界面清新、大方、美观、简洁,功能实用,没有华而不实之处。 2.方便的留言管理功能,可在后台删除、关闭或打开、回复留言。 3.可在后台设置最长留言长度、每页留言条数。 4.可在后台修改管理员名称和密码,管理密码使用MD5加密,数据库防下载处理,确保安全。 5.可在后台对数据进行备分及维护。 6.增加了留言本的核心设置。 7.增加了管理员对留言内容进行审核等一系列的工能。 8.增加了ubb功能. 9.修正了一些表格涨大的错误. 注:请使用install.php进行安装否则该留言本将无法正常运行。-characteristics : 1. Clean interface, generous, beautiful, simple, functional and practical, not flashy them. 2. Convenient message management functions can be deleted in the background, closed or open, reply to messages. 3. In the background set the length of the longest voice mail, voice mail, a few per page. 4. Changes in the background administrator name and password, password management using MD5 encryption, database downloaded defense, ensure safety. 5. In the background data and breakdown maintenance. 6. Increase the voice of the core set. 7. Increase the administrator of the message content of a series of audits will work. 8. Increased ubb function. 9. That some form of rising big mistakes. Note : Please use the install.php install the voice of the otherwise would not be able to op
Platform: | Size: 466944 | Author: bai | Hits:

[WEB CodeGreenchatv1.0

Description: (1) 解决了在IIS系统下不能运行的问题。 (2) 解决了聊天界面过小的问题:(程序会在用户进入房间时检测用户解析度来自动调整) 扩大了800*600下的面版,增加了1024*768下的面板。 (3) 用户密码采用md5加密。改善了管理后台的安全性。 (4) 增加了 存储聊天记录 的功能:用户可以最多存储5次聊天记录。信息经过加密,相对安全。 (5) 管理后台添加了查看用户信息的功能。 (6) 改善了大厅的显示内容,管理员可以添加更多的房间而不必担心排版问题。 (7) 改善了细节问题,解决了一些BUG,优化了部分代码 (8) 可以把聊天室接在论坛上使用:(目前仅限discuz和cnvbb)-(1) Settlement of the IIS system not operating problems. (2) resolves the chat interface small problem : (procedures will be in a user enters a room detection users to automatically adjust the resolution) to expand the 800* 600 version of the surface,* 1024 increased by 768 under the panel. (3) users using md5 password encryption. Improve the management of background security. (4) increase the storage Chat record function : users can store up to five times chatting records. Information encrypted and relatively safe. (5) Management added to the background check user information functions. (6) to improve the hall of the content, administrators can add more rooms without fear of nesting problems. (7) improving the details of the problems, some BUG. Optimization of the code (8) can access th
Platform: | Size: 504832 | Author: renjun | Hits:

[WEB CodeMD5php1

Description: MD5在线破解之查询工具(PHP) 演示:http://www.mmkey.com/md5/ 主要功能: 1、搜集MD5原始值和加密值 2、反差MD5值,只要输入MD5中的一段就能反差,没有必要全部输入,结果会全部列出 -MD5 resolve inquiries online tools (PHP) demo : http :// www.mmkey.com/md5/ main functions : 1. MD5 collect original value and value of two encryption, MD5 value contrast, as long as the importation of MD5 can be a sharp contrast, All input is not necessary, the results would list all the
Platform: | Size: 21504 | Author: 王晶 | Hits:

[WEB CodeMD5-32

Description: MD5加密32位,ASP VB脚本的.MD5加密 ,ASP VB脚本的.-MD5 Encryption 32, ASP VB Script. MD5 encryption, ASP VB Script.
Platform: | Size: 3072 | Author: 张卫锋 | Hits:

[MySQLlibrary

Description: 使用PHP和MySql完成的简单图书馆信息管理系统,具有一定的实用性。采用MVC结构,由于模型和视图的结构较简单,所以放在同一文件中,但是文件内有清晰的分割。密码采用MD5加密,初次使用可自行更改。-The use of PHP and MySql to complete a simple library information management system, has a certain practicality. The use of MVC structure, as a result of model and view the structure of relatively simple, so on the same document, but document a clear partition. Password using MD5 encryption, can make changes to the initial use.
Platform: | Size: 239616 | Author: lishen | Hits:

[WEB Codecfstat

Description: 1.统计系统支持多用户申请 2.两种统计模式:1.页面浏览统计 2.独立IP统计 3.两种统计图样:1.统计小图标显示 2.数字样式,共几十种数字样式,还可以自己增加 4.可以统计每个来源的点击数量,有报表可以查询 5.完全自定义搜索引擎种类,可以统计每个搜索引擎每天流量,以及统计搜索引擎关键字 6.可以更换几种皮肤 7.完全防注入攻击,密码32位Md5加密 2009-2-4 乘风多用户php统计系统3.8版本推出,加入功能:用户找回密码的功能,修正在Mysql5.0以下低版本上无法成功执行安装程序的问题 默认超级管理员登陆页面admin.php 用户:admin 密码:admin -1. Statistical system to support multi-user applications 2. Two statistical models: 1. Page views and Statistics 2. Independent IP Statistics 3. Two statistical pattern: 1. Statistics show a small icon 2. Figure style, the total figure dozens of styles, but also to an increase of 4. Can click on the source of statistics for each quantity, there is Report available 5. Fully customizable search engine types, it is statistics for each search engine every day, and the statistics of search engine keywords 6. Can be replaced in several skin 7. Totally anti-injection attack, 32 md5 password encryption 2009-2-4 wind statistical system multi-user php versions 3.8, add features: users retrieve password function, as amended at Mysql5.0 the following can not be on the low version of the successful implementation of the installation procedure Super Administrator default landing page admin.php User: admin Password: admin
Platform: | Size: 834560 | Author: fanpan | Hits:

[WEB CodeYeePay_HTMLcommon_V3.0

Description: yeepay易宝支付文档和代码例子,包含php,java.c# ,asp.net等测试实例
Platform: | Size: 2429952 | Author: liwei | Hits:

[WEB Codetools

Description: 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13 - ASCII -> char() 14 - ASCII -> chr().. 15 - ASCII -> String.fromCharCode() 16 - bin -> ASCII 17 - dec -> ASCII 18 - hex -> ASCII 19 - char() -> ASCII 20 - chr() -> ASCII 21 - String.fromCharCode() -> ASCII 22 - bin -> dec 23 - bin -> hex 24 - dec -> bin 25 - dec -> hex 26 - hex -> bin 27 - hex -> dec 28 - cp1251(&cp1259) -> utf8 29 - /etc/passwd -> login login 30 - PHP crupt 31 - URL -> IFrame 32 - String lower 33 - String UPPER 34 - ASCII -> 0xHEX 35 - Simple html encrypt 36 - htmlspecialchars 37 - Full urlencode 38 - base64 decode && gzinflate 39 - gzdeflate && base64 encode-1- base64 decode 2- url encode 3- url decode 4- md5 hash 5- random str 6- sha1 hash 7- DES hash 8- CRC32 9- rot13 encode 10- ASCII-> bin 11- ASCII-> dec 12- ASCII-> hex 13- ASCII-> char() 14- ASCII-> chr().. 15- ASCII-> String.fromCharCode() 16- bin-> ASCII 17- dec-> ASCII 18- hex-> ASCII 19- char()-> ASCII 20- chr()-> ASCII 21- String.fromCharCode()-> ASCII 22- bin-> dec 23- bin-> hex 24- dec-> bin 25- dec-> hex 26- hex-> bin 27- hex-> dec 28- cp1251(&cp1259)-> utf8 29- /etc/passwd-> login login 30- PHP crupt 31- URL-> IFrame 32- String lower 33- String UPPER 34- ASCII-> 0xHEX 35- Simple html encrypt 36- htmlspecialchars 37- Full urlencode 38- base64 decode && gzinflate 39- gzdeflate && base64 encode
Platform: | Size: 4096 | Author: Ihar | Hits:

[WEB Codemd5

Description: 解决了ASP在传统MD5加密中文时的编码问题,使之与PHP用MD5加密后的字符完全一样-Solve the ASP in the traditional Chinese character coding MD5 encryption question, so use the MD5 encrypted with PHP' s character exactly the same
Platform: | Size: 3072 | Author: 吴迪 | Hits:

[Education soft systemlibrary

Description: 图书管理系统,php+mysql,在登陆密码的加密存储中,用到了流行的MD5加密-Library management system, php+ mysql, login password in encrypted storage, used in the popular MD5 encryption
Platform: | Size: 799744 | Author: wx | Hits:

[Crack Hackmd5-cut-sure

Description: 当我们有时候需要一个加密过的字符串的时候,当我们懒得写一行php代码求字符串的md5值的时候,这是一个很好的工具.程序很简单.调用 System.Security.Cryptography,使用其中的MD5类来加密字符串.将计算结果再显示在另外一个TextBox中. -When we sometimes need an encrypted string, when we bother to write a line of php code to find the md5 value of the string when it is a good tool. Program is very simple. Call System.Security.Cryptography, use class to which the MD5 encrypted string. will then display the results in another TextBox.
Platform: | Size: 329728 | Author: boshen | Hits:

[WEB Codemd5

Description: simple create md5 with php
Platform: | Size: 1024 | Author: amir moazzami | Hits:

[WEB Codephp-brute7

Description: php Dictionary attack for md5 and sha1 hashes
Platform: | Size: 12288 | Author: rambo_style19 | Hits:

[androidfast-md5-2.7.1

Description: 这是一个用Java编写的MD5算法的快速实现,经试验可用于Android上,也可以用于其他Java平台。 有关详细信息,请参见该项目网站: http://www.twmacinta.com/myjava/fast_md5.php-This is a fast implementation of the MD5 algorithm written in Java. For details, see the project website at: http://www.twmacinta.com/myjava/fast_md5.php
Platform: | Size: 202752 | Author: 邵伟超 | Hits:

[WEB Codemd5

Description: Simplest PHP MD5 sample ever.
Platform: | Size: 6144 | Author: Sabin Simionescu | Hits:

[WEB Codeseveral-hash-functions-in-php

Description: php中几种哈希函数的对比,包含MD4、MD5、SHA-1、SHA-256、SHA-384以及SHA-512-php several hash functions in contrast, contains of MD4, MD5, SHA-1, SHA-256, SHA-384 and SHA-512
Platform: | Size: 15360 | Author: 张奇 | Hits:

[Delphi VCLMD5

Description: Delphi环境中标准的MD5算法代码,大概接触编程的朋友,不管是WEB编程,ASP/PHP/JSP或是Winform编程,都对MD5不陌生吧?在VB中,MD5的实例特别多,当然,Delphi中也有很多,只不过大家没遇到,现在发上来这个MD5加密实例写的挺好,D7直接编译即可,有兴趣参考参考。-Delphi environment standard MD5 algorithm code, probably friends, whether it is in contact with programming Web programming, ASP/PHP/JSP or Winform programming, MD5 are not familiar with it? In VB, MD5 instances, especially, of course, Delphi, there are many, but we never met, made up the MD5 encryption instance good, D7 can be directly translated interested REFERENCES.
Platform: | Size: 13312 | Author: 黄忠 | Hits:
« 12 3 4 »

CodeBus www.codebus.net