current location:Home > 数据加密存储 search

Classify:
Found a total of 21313 related content
  • Angular component library
    Angular component library
    This component encapsulates Angular1.0 version. The component implements the following functions: routing, sub-routing, carousel, cookie reading and writing, encryption, form submission verification, interceptor, whitelist, search filtering and sorting (level division), upper and lower case Conversion, Map array loop traversal, dynamic modification of background data and other functions.
    2019-09-10 21 887
  • Mobile Happy Scratch HTML5 plug-in
    Mobile Happy Scratch HTML5 plug-in
    The mobile Happy Scratch HTML5 plug-in is a mobile H5 Scratch plug-in suitable for Double 12 activities.
    2024-02-29 5 343
  • HTML5 paper folded into gift box animation special effects
    HTML5 paper folded into gift box animation special effects
    The HTML5 paper folding into gift box animation effect is a Christmas gift animation effect implemented in CSS that is suitable for Christmas or any holiday.
    2024-02-29 5 327
  • Pure CSS3 retro film player special effects
    Pure CSS3 retro film player special effects
    Pure CSS3 retro film player special effects is a simple film music player and film recording player special effects.
    2024-02-29 6 478
  • HTML5 video player window floating code
    HTML5 video player window floating code
    The HTML5 video player window floating code is a black and beautiful MP4 video player code.
    2024-02-29 6 571
  • Bangguanke CRM customer management system
    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
    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
  • Dual-track membership management system v9.1
    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
  • Destoon (B2B website system) 7.0
    Destoon (B2B website system) 7.0
    Destoon (B2B website system) is developed using the currently popular PHP language, MySQL as the database, B/S architecture, and MVC mode development. It incorporates cutting-edge technologies such as modeling, templates, caching, AJAX, and SEO. Compared with similar products, the system is more powerful, easier to use, more stable, safer, more efficient and has a better user experience. The system is released as open source, which facilitates secondary development, function integration, and personalized modification.
    2018-05-09 115 2497633
  • CodeIgniter-3.1.3 stable version
    CodeIgniter-3.1.3 stable version
    CodeIgniter is a small but powerful PHP framework. As a simple and "elegant" toolkit, it can help developers build fully functional web applications. CodeIgniter 3.1.3 is the latest stable version of the framework. This version has many improvements over version 2.x, especially database, session and encryption. This version is currently under continuous improvement.
    2017-03-09 334 3569986
  • Preliminary web development with PHP Apache and MySQL
    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
    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
    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
  • A collection of tips for using PHP
    A collection of tips for using PHP
    PHP's unique syntax is a mix of C, Java, Perl, and PHP's own innovative syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML documents for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags. Here are ten advanced PHP application tips. 1. Use the ip2long() and long2ip() functions to convert the IP address into an integer and store it in the database
    2017-12-08 325 3111614
  • Android data storage SQLite database storage Chinese WORD version
    Android data storage SQLite database storage Chinese WORD version
    This document mainly talks about Android data storage SQLite database storage; each database in Android is private to the application package suite that created it. By default, other applications cannot directly access this private database. Friends in need can download and take a look
    2024-02-26 0 1036
  • Android local data storage Chinese WORD version
    Android local data storage Chinese WORD version
    This document is primarily about Android local data storage; the ability to store data locally on a mobile device is a critical feature for applications that need to maintain important information across the execution or lifetime of the application. As a developer, you often need to store information such as user preferences or application configurations. You must also decide based on characteristics such as access visibility whether you need to involve internal or external memory, or whether you need to deal with more complex, structured data types. Follow this article to learn the Android data storage API with
    2024-02-26 0 808
  • Usage examples of Android database SQLite Chinese WORD version
    Usage examples of Android database SQLite Chinese WORD version
    Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
    2024-02-29 0 930
  • Android embedded SQLite database Chinese WORD version
    Android embedded SQLite database Chinese WORD version
    This document mainly talks about the Android embedded SQLite database; a relational database SQLite is embedded in the Android platform. Unlike other databases, SQLite does not distinguish types when storing data; interested friends can come and take a look.
    2024-02-28 0 1061
  • Android development tutorials and notes pdf version
    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
  • Nextcloud Server
    Nextcloud Server
    Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
    2023-08-18 2 1541
  • SecLists
    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
    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
    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
    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