current location:Home > 数据加解密 search
Found a total of 21313 related content
-
- DES encryption and decryption
- DES encryption and decryption
- 2019-11-13 55 1084
-
- Encryption and decryption plug-in jquery.base64
- Encryption and decryption plug-in jquery.base64
- 2019-11-13 33 1166
-
- ets dynamically add data
- ets dynamically add data
- 2019-09-30 47 866
-
- jQuery data loading mask layer effect
- jQuery data loading mask layer effect
- 2019-10-08 27 1259
-
- Fixed rows and columns, data can be added via ajax
- Fixed rows and columns, data can be added via ajax
- 2019-12-26 66 1023
-
- Bangguanke CRM customer management system
- Enterprise computing based on WEB, developed with PHP+MySQL, with stable and reliable performance, centralized control of data access, avoiding the possibility of data leakage, using encrypted data transmission parameters to protect system data security, multi-level authority control, and complete password verification and login mechanism to further strengthen system security.
- 2020-05-13 287 5167
-
- Bangguanke CRM customer management system
- Enterprise computing based on WEB, developed with PHP+MySQL, with stable and reliable performance, centralized control of data access, avoiding the possibility of data leakage, using encrypted data transmission parameters to protect system data security, multi-level authority control, and complete password verification The login mechanism further enhances system security.
- 2020-06-05 1279 13290
-
- Decoration decoration portal source code
- Execute ebak Imperial Backup King to restore data. Account password admin 123456 Modify the database connection address after restoring the data data/common.inc.PHP backgrounddede The account number and password are both admin
- 2017-02-18 245 3579475
-
- Meilele Mall 2015 Green Version Computer + Mobile Version Source Code
- Meilele Mall 2015 Green Version Computer + Mobile Version 1: Open: URL/diguo/index.php. The user password is admin 123456. Log in to configure the database information. 2: Use Imperial Restore to restore the database. 3. Modify the database configuration information in config.php (data/config.php) in the data folder 4: Log in to the website backend, URL: domain name/admin/index.php, account number: admin, password: admin888
- 2017-02-17 264 3573538
-
- Dual-track membership management system v9.1
- The dual-track membership management system is a dual-track direct sales system source code developed with asp+access. It has very low requirements and is easy to maintain. Backend path:/admin The background username and password are both: admin Updates in version 9.1: 1. Added the ability to automatically back up the database before operating the balance. If the operation is successful, the backed-up database will be automatically deleted; if the operation is unsuccessful due to a page fault, the backed-up database will be automatically restored. In this way, even if there is a program error during operation, there is no need to worry about data loss. 2. Add member login header
- 2017-02-15 823 3577507
-
- Simple multi-source report for multi-data source report analysis
- Simple multi-source report for multi-data source report analysis
- 2018-02-02 178 2895306
-
- (Source code on October 20) PHP symmetric encryption and decryption of data
- PHP
- 2018-10-23 313 1813073
-
- Preliminary web development with PHP Apache and MySQL
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
- 2017-12-09 264 3107960
-
- PHP 5 Revealed
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic web applications.
- 2017-12-09 320 3107472
-
- Preliminary web development with PHP Apache and MySQL
- This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
- 2017-12-11 271 3102125
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Android data format parsing object JSON usage WORD version
- This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-30 0 1080
-
- Android development tutorials and notes pdf version
- Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
- 2024-02-29 12 2490
-
- JSON Getting Started Guide Chinese WORD version
- JSON stands for JavaScript Object Natation. It is a lightweight data exchange format that is very suitable for the interaction between the server and JavaScript. This article will quickly explain the JSON format and demonstrate through code examples how to process JSON format data on the client and server respectively.
- 2024-01-27 0 1127
-
- mybatis syntax and introduction Chinese WORD version
- This document mainly talks about the syntax and introduction of mybatis; MyBatis is a persistence layer framework that can customize SQL, stored procedures and advanced mapping. MyBatis eliminates most of the JDBC code, manual setting of parameters and result set retrieval. MyBatis only uses simple XML and annotations to configure and map basic data types, Map interfaces and POJOs to database records. Compared with "one-stop" ORM solutions such as Hibernate and Apache OJB
- 2024-01-31 2 1125
-
- WebSphere Learning Document Chinese WORD version
- The introduction of the new concept of profile makes managing IBM® WebSphere® Application Server easier. WebSphere Application Server V6 introduced the concept of profiles to physically separate product binaries from user data and to enable users to define multiple sets of user data. In WebSphere Application Server Chapter
- 2024-02-27 0 1073
-
- iTop - IT Service Management & CMDB
- iTop stands for IT Operations Portal. It is a complete open source and web-based IT service management platform that includes a fully customizable configuration management database (CMDB), a help desk system and a document management tool. It complies with ITIL standards and can be easily customized and extended to integrate with your IT thanks to a large number of add-ons and web services. iTop also provides batch import tools to help you be more efficient. The project source code has been migrated to https://github.com/Combodo/iTop
- 2023-08-15 1 1646
-
- SecLists
- SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
- 2023-09-11 30 5741
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 23 4395
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- Encryption and decryption string function class in php
- Encryption and decryption string function class in php
- 2017-05-18 232 4867
-
- PHP encryption and decryption class
- PHP encryption and decryption class
- 2018-01-10 181 2762
-
- php-3des encryption and decryption class
- php-3des encryption and decryption class
- 2017-03-25 180 4350
-
- PHP encryption and decryption utility class
- PHP encryption and decryption utility class
- 2017-12-01 104 1486
-
- PHP encryption and decryption utility class
- PHP encryption and decryption utility class
- 2017-05-23 227 4507