共找到 10000 個(gè)相關(guān)內(nèi)容
php有哪些加密方法
課程簡(jiǎn)介:php加密方法有:1、MD5加密(Message Digest Algorithm 5);2、SHA加密(Secure Hash Algorithm);3、密碼哈希加密(Hashing with Salts);4、對(duì)稱加密(Symmetric Encryption);6、非對(duì)稱加密(Asymmetric Encryption)。
2023-07-17
評(píng)論 0
4560
Field-Level Encryption for Apache Hadoop From Data
課程簡(jiǎn)介:Field-Level Encryption for Apache Hadoop From Dataguise: Dataguise says the latest version of its data-protection product enablesusers to encrypt sensitive data right down to specific fields within an opensource Apache Hadoop database. DG
2016-06-07
評(píng)論 0
1153
php algorithm
課程簡(jiǎn)介:php algorithm
2016-06-23
評(píng)論 0
1002
PHPMailer:Featured email transfer class for PHP_PHP教程
課程簡(jiǎn)介:PHPMailer:Featured email transfer class for PHP。php (做為現(xiàn)在的主流開發(fā)語(yǔ)言) Mailer:Featured email transfer class for php (做為現(xiàn)在的主流開發(fā)語(yǔ)言) php (做為現(xiàn)在的主流開發(fā)語(yǔ)言) Mailer 是一個(gè)很有
2016-07-13
評(píng)論 0
1133
如何使用Composer和web-token/jwt-encryption-algorithm-aesgcm增強(qiáng)JWT內(nèi)容加密安全性
課程簡(jiǎn)介:在現(xiàn)代Web應(yīng)用開發(fā)中,JSONWebToken(JWT)已經(jīng)成為身份認(rèn)證和授權(quán)的基石。然而,許多開發(fā)者在使用JWT時(shí),常常忽略了一個(gè)關(guān)鍵的安全問(wèn)題:標(biāo)準(zhǔn)的JWT(JWS)只保證了數(shù)據(jù)的完整性和來(lái)源可信,但其載荷(payload)是明文可見的!這意味著,如果你將敏感信息放入JWT中,任何獲取到該令牌的人都能輕易解碼并讀取這些數(shù)據(jù)。本文將深入探討這一痛點(diǎn),并介紹如何借助Composer和web-token/jwt-encryption-algorithm-aesgcm庫(kù),為你的JWT加上一道堅(jiān)不可摧的“鎖”,實(shí)現(xiàn)真正的數(shù)據(jù)保密。
2025-07-06
評(píng)論
859
PHPMailer:Featured email transfer class for PHP
課程簡(jiǎn)介:
phpMailer:Featured email transfer class for PHPPHPMailer 是一個(gè)很有用的 PHP 發(fā)送郵件的類。它支持使用 smtp 服務(wù)器發(fā)送郵件,同時(shí)支持 Sendmail, qmail, Postfix, Imail, Exchange, Mercury, Courier 等郵件服務(wù)器。SMTP服務(wù)器的話還
2016-06-01
評(píng)論 0
1082
oracle backup encryption
課程簡(jiǎn)介:oracle backup encryption oracle 支持對(duì)備份集backupset的加密備份。可以使用基于wallet-based transparent encryption 和 password-based encryption, 或者兩者同時(shí)。 使用時(shí),可以通 過(guò)CONFIGURE ENCRYPTION為備份與設(shè)定默認(rèn)的加密方式,也可以通過(guò)SET EN
2016-06-07
評(píng)論 0
1313
提升JWT數(shù)據(jù)安全:如何使用web-token/jwt-encryption-algorithm-rsa實(shí)現(xiàn)RSA加密保護(hù)敏感信息
課程簡(jiǎn)介:在構(gòu)建現(xiàn)代Web應(yīng)用和微服務(wù)架構(gòu)時(shí),JSONWebTokens(JWT)已成為實(shí)現(xiàn)無(wú)狀態(tài)認(rèn)證和授權(quán)的流行選擇。然而,僅僅對(duì)JWT進(jìn)行簽名(JWS)只能保證數(shù)據(jù)的完整性和真實(shí)性,并不能保護(hù)其內(nèi)容不被未授權(quán)方讀取。當(dāng)JWT的負(fù)載(Payload)中包含敏感信息時(shí),如何確保這些數(shù)據(jù)的機(jī)密性就成了一個(gè)關(guān)鍵挑戰(zhàn)。本文將探討這一問(wèn)題,并介紹如何利用web-token/jwt-encryption-algorithm-rsa這個(gè)Composer庫(kù)來(lái)優(yōu)雅地解決它。
2025-07-17
評(píng)論
311
lessphp is a compiler for LESS written in PHP(to css)
課程簡(jiǎn)介:About lessphp is a compiler forLESSwritten in PHP. The entire compiler comes in a single includable class, but an additional command line interface to the compiler is included. It will run on PHP 5.1. See the quick start for basic usage. F
2016-06-06
評(píng)論 0
1160
DateFormat PHP Class (php 處置日期)
課程簡(jiǎn)介:
DateFormat PHP Class (php 處理日期)
代碼:
<?php
class FormatDate
{
var $theTime;
function FormatDate($string)
{
//Set constructor
$this->theTim
2016-06-13
評(píng)論 0
834
front of the class PHP完整的日歷類CLASS
課程簡(jiǎn)介:front of the class:front of the class PHP完整的日歷類CLASS:復(fù)制代碼 代碼如下:<?php class Calendar{ /* * www.jb51.net修正版 */ var $YEAR,$MONTH,$DAY; var $WEEK=array("星期日","星期一","星期二","星期三","星期四","星期五","星期六"); var $_M "01"=>"一月", "02"=>"二月", "03"=>
2016-07-29
評(píng)論 0
892