Welcome![Sign In][Sign Up]
Location:
Search - encrypt database

Search list

[Windows Develop一个MD5加密算法源码

Description: MD5就是采用单向加密的加密算法,所谓单向加密就是只能对数据进行加密,也就是说,没有办法对加密以后的数据进行解密。在实际中的一个应用就是数据库中的用户信息加密,当用户创建一个新的账号或者密码,他的信息不是直接保存到数据库,而是经过一次加密以后再保存,这样,即使这些信息被泄露,也不能立即理解这些信息的真正含义。 -MD5 encryption is one-way encryption algorithm, the so-called one-way encryption is only for data encryption, In other words, there is no way to encrypt the data after decryption. In the actual application is a database of user information encryption, when users create a new account or password, his message is not stored directly to the database, but after a subsequent preservation of encryption, so that even if such information was compromised, and can not immediately understand the true meaning of the information.
Platform: | Size: 7656 | Author: 李名 | Hits:

[WEB Codefeelast

Description: 帐号:feelast 密码:feelast.com 欢迎访问我的网站 http://www.feelast.com 本文章系统改自动网文章管理系统v3.4 增加了N多的功能 主要强调的还是功能的简单易用,做个人文摘用的,呵呵!~ 首先是增加了强大的编辑器,增加了友情添加功能! 美化了页面,增加了CSS页面换肤功能,可在后台直接编辑管理 添加了文件上传功能以及文件批量上传器,上传文件管理功能! 数据库相关以及管理功能,后台登陆增加了验证码。 密码采用MD5加密,(制作中) 增加了菜单管理和频道管理,目前正在完善中 图片功能正在增加中,文件调用管理也在完善之中! 如果您在使用中有任何的问题,请访问我们的网站 http://www.feelast.com-Account : feelast Password : feelast.com welcome to visit my website article http://www.feelast.com the automatic system changed articles Management System About N increased by more emphasis on the main functions or functions easy to use, so individuals with the CAS, huh ! ~ One is a powerful editor, an increase of friendship to add functionality! Landscaping of pages, an increase of CSS pages house, can be directly edited in the background adds document management functions and upload documents for batch uploads, Upload file management functions! Database management and related functions, landing a background verification code. MD5 password used to encrypt (production) increased menu management and channel management, which is currently being perfect picture functions is increasing, the p
Platform: | Size: 1064820 | Author: 因地 | Hits:

[Exploitshenfenyanzheng

Description: 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varchar (30), primary key (id) ) 您想对哪个页面加密,就在页面的头(<html>标签前)加一段语句,请参考yourpage.php 密码在关闭浏览器时失效!-identity verification system before you use directory should include the config.inc. php files with your mainframe configuration. Ask a database known as the user table. You can create their own, the following code can be copied directly into phpmyadmin implementation. Create table user (id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varchar (30), primary key (id)) for which you want to encrypt pages on the first page (
Platform: | Size: 9627 | Author: 南南 | Hits:

[Internet-NetworkHaoServer

Description: tcp/ip的连接,同时连接客户端和服务端的程序,还有数据库的实现-tcp/ip connection, connecting client and service side of the procedures, there is the realization database
Platform: | Size: 2268160 | Author: 唐浩 | Hits:

[Windows Develop一个MD5加密算法源码

Description: MD5就是采用单向加密的加密算法,所谓单向加密就是只能对数据进行加密,也就是说,没有办法对加密以后的数据进行解密。在实际中的一个应用就是数据库中的用户信息加密,当用户创建一个新的账号或者密码,他的信息不是直接保存到数据库,而是经过一次加密以后再保存,这样,即使这些信息被泄露,也不能立即理解这些信息的真正含义。 -MD5 encryption is one-way encryption algorithm, the so-called one-way encryption is only for data encryption, In other words, there is no way to encrypt the data after decryption. In the actual application is a database of user information encryption, when users create a new account or password, his message is not stored directly to the database, but after a subsequent preservation of encryption, so that even if such information was compromised, and can not immediately understand the true meaning of the information.
Platform: | Size: 7168 | Author: 李名 | Hits:

[WEB Codefeelast

Description: 帐号:feelast 密码:feelast.com 欢迎访问我的网站 http://www.feelast.com 本文章系统改自动网文章管理系统v3.4 增加了N多的功能 主要强调的还是功能的简单易用,做个人文摘用的,呵呵!~ 首先是增加了强大的编辑器,增加了友情添加功能! 美化了页面,增加了CSS页面换肤功能,可在后台直接编辑管理 添加了文件上传功能以及文件批量上传器,上传文件管理功能! 数据库相关以及管理功能,后台登陆增加了验证码。 密码采用MD5加密,(制作中) 增加了菜单管理和频道管理,目前正在完善中 图片功能正在增加中,文件调用管理也在完善之中! 如果您在使用中有任何的问题,请访问我们的网站 http://www.feelast.com-Account : feelast Password : feelast.com welcome to visit my website article http://www.feelast.com the automatic system changed articles Management System About N increased by more emphasis on the main functions or functions easy to use, so individuals with the CAS, huh ! ~ One is a powerful editor, an increase of friendship to add functionality! Landscaping of pages, an increase of CSS pages house, can be directly edited in the background adds document management functions and upload documents for batch uploads, Upload file management functions! Database management and related functions, landing a background verification code. MD5 password used to encrypt (production) increased menu management and channel management, which is currently being perfect picture functions is increasing, the p
Platform: | Size: 1064960 | Author: 因地 | Hits:

[OS programshenfenyanzheng

Description: 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varchar (30), primary key (id) ) 您想对哪个页面加密,就在页面的头(<html>标签前)加一段语句,请参考yourpage.php 密码在关闭浏览器时失效!-identity verification system before you use directory should include the config.inc. php files with your mainframe configuration. Ask a database known as the user table. You can create their own, the following code can be copied directly into phpmyadmin implementation. Create table user (id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varchar (30), primary key (id)) for which you want to encrypt pages on the first page (
Platform: | Size: 9216 | Author: 南南 | Hits:

[Crack Hackjjm

Description: 帮助开发出来的程序加密和解密!采用MD5算法,即时数据库中被人盗窃,也不能得到用户登录密码-Developed procedures to help encrypt and decrypt! Using MD5 algorithm, real-time database which has been stolen, nor can the user login password
Platform: | Size: 2048 | Author: 111111 | Hits:

[Database systemcn700_tools72553562

Description: sqlserver数据库加密工具,可以加密表,视图,存储过程,整个数据库等。是开发人员的必备工具!-sqlserver database encryption tool to encrypt tables, views, stored procedures, the entire database. Is an indispensable tool for developers!
Platform: | Size: 1305600 | Author: drugcmd | Hits:

[.netASP.NETpassword

Description: ASP.NET密码进行加密再存入数据库并验证登录视频-ASP.NET re-encrypt the password database and verify that the registry video
Platform: | Size: 2909184 | Author: 李海波 | Hits:

[Crack HackCrackAccess

Description: access数据库解密工具用于加密过得数据库密码破解-access database decryption tool used to encrypt database password cracking life
Platform: | Size: 296960 | Author: jike | Hits:

[Crack HackDecrypt_encrypt

Description: This code to implement connnection with data base. This is mainly to decrypt and encrypt database contents. This for cryptography.(security)
Platform: | Size: 1024 | Author: vallal | Hits:

[Windows Developencrypt

Description: Encrypt a word to database
Platform: | Size: 3072 | Author: nothing | Hits:

[ADO-ODBCvb_linkDB

Description: VB6.0连接加密数据库的四种方法。其中用到的数据库是access数据库-VB6.0 connect four ways to encrypt the database. The database is used in which access the database
Platform: | Size: 10240 | Author: C瓜哥 | Hits:

[ADO-ODBCExcel_Encrypt

Description: 一个用于EXCEL数据库加密的程序, 希望对大家有所帮助喔-A program which is used to encrypt EXCEL database.
Platform: | Size: 50176 | Author: 孙云 | Hits:

[CSharptianfengCMS1.1_51aspx

Description: 1) 开源!同时提供设计文档! 2) asp.net2.0(C#)的新闻/文章类系统,同时支持Access和SQL Server数据库 3) 栏目、设置等内容后台维护,前台自动生成显示内容 4) 前台采用样式(Theme)设计,优化显示,同时可以方便更改系统样式 5) 文章目录:文章栏目二级分类,随意修改 6) 文章编辑:后台编辑文章,采用htm格式编辑录入文章,使文章更美观 7) 图片新闻:支持图片文章,在主页显示最新的图片新闻(文章) 8) 登陆验证:登陆采用图片验证,密码采用MD5方式加密(默认用户名\密码均为admin) 9) 搜索功能:对站内文章的按照文章标题(内容)进行搜索。 10) 公告管理:后台可以维护Htm格式发布的公告 11) 留言本:访客留言后,审核后才能显示-1) Open Source! Provide design documentation! 2) asp.net2.0 (C#) news/articles Class system supports Access and SQL Server database 3) column, set the background maintenance, etc., automatically generate the display front 4) reception by style (Theme) design, optimize the display, while the style can easily change the system 5) Articles: Article II, section classification, free to modify 6) Articles Editor: background editing and recording with htm format editing articles to make this beautiful 7) Photo News: Support for pictures articles, pictures on the home page shows the latest news (articles) 8) Login Authentication: Login using image authentication, encrypt the password using MD5 (default user name \ password are admin) 9) Search function: on the station in accordance with the article title of the article (content) to search. 10) Notice Management: Back to the notice issued to maintain the format Htm 11) Guestbook: Guest Book, after examination, to be displaye
Platform: | Size: 1039360 | Author: mglsoft | Hits:

[JSP/Javacompany16

Description: 该项目使用层叠样式表(div标签)对整体页面美工,图片以二进制存放到数据库中,在页面中以字节流的方式从数据库中读取出来,使用JS制作了一个简易的导航栏,使用了数据加密对用户密码进行加密 -The project uses cascading style sheets (div tag) on the whole page, art, pictures stored in the database in binary, in the page as a byte stream read out from a database using the JS created a simple navigation bar, use data encryption to encrypt user passwords
Platform: | Size: 887808 | Author: panjinshun | Hits:

[ERP-EIP-OA-Portalhysys

Description: 一个完整的人事管理系统的源码,包含公司信息管理,公司组织管理,绩效管理,薪酬管理,网络管理,数据维护和系统设置几个模块,数据库用的是sqlserver,可以连接web服务器,可以换肤,可以打印报表,功能完备。在运行前请先运行源码中的sql脚本建立数据库。话说用vc开发这玩意实在有点杀鸡用牛刀的感觉。-A complete personnel management system source code, including company information management, the company management, performance management, compensation management, network management, data maintenance and system settings of several modules, the database is used by sqlserver, you can connect web server.
Platform: | Size: 5771264 | Author: renfeng | Hits:

[WEB Codefwphp

Description: 福娃网络验证版PHP版 支持数据库 可自行设置加密数据-Fuwa version of PHP version supports network authentication database can be set to encrypt the data itself
Platform: | Size: 73728 | Author: 林峰 | Hits:

[OtherSqlLite encrypt(C#)

Description: 给SQLITTE加密,C#使用轻量级的数据库,为保护数据,给SQLLIite加密来访问的方法。(C# SQLLite Encrypt,C # using lightweight database, to protect the data, give SQLLIite encryption to access method.)
Platform: | Size: 15360 | Author: Mr.Long | Hits:
« 12 »

CodeBus www.codebus.net