E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
mcrypt
CentOS下php安装
mcrypt
扩展
(以下步骤均为本人实际操作,可能与你的安装方法有所区别,但我会尽量排除疑惑)大致步骤(1)安装
mcrypt
,(2)安装php对
mcrypt
的扩展,(3)重启apache(1)、确认你的linux没有安装
天咋哭了
·
2024-09-14 07:15
Python 对文件的加密和解密
加密:importhashlibimportbase64fro
mcrypt
ography.fernetimportFernetimportosdefstring_to_fernet_key(input_string
Jinx Boy
·
2024-09-13 05:03
python
哈希算法
开发语言
python中rsa解密_Python中RSA的加解密
#coding:utf-8from__future__importunicode_literalsimportbase64importosimportsixfro
mCrypt
oimportRandomfro
mCrypt
o.PublicKeyimportRSAclassPublicKeyFileExists
蒲牢森
·
2024-09-06 14:47
python中rsa解密
paramiko和cryptography的关系
1、错误:fro
mcrypt
ography.hazmat.bindings.
0914_h
·
2024-09-06 00:12
安全
python3
cryptography
Centos 7 yum安装php5.6.X
yumremovephp.x86_64php-cli.x86_64php-common.x86_64php-gd.x86_64php-ldap.x86_64php-mbstring.x86_64php-
mcrypt
.x86
DomyloveR
·
2024-03-25 17:03
python 使用 Crypto.PublicKey.RSA遇到的问题:from Crypto.PublicKey import RSA ModuleNotFoundError: No module
fro
mCrypt
o.PublicKeyimportRSAModuleNotFoundError:Nomodulenamed‘Crypto’解决方法:(1)安装pycryptodome库:pipinstallpycryptodome
ChenDuBr
·
2024-03-12 23:16
Error
python
python实现公钥加密算法进行加解密和数字签名
如果还没有安装,可以通过pip安装:pipinstallcryptography下面是一个使用cryptography库进行加密、解密和数字签名的示例:fro
mcrypt
ography.hazmat.backendsimp
终将老去的穷苦程序员
·
2024-02-23 07:54
python
开发语言
CRYPTO
RSA数学不好也能听懂的算法-RSA加密和解密原理和过程_哔哩哔哩_bilibilic:ciphertext,密文1.ezRSAfro
mCrypt
o.Util.numberimport*fromsecretimportflagm
yzzob
·
2024-02-19 19:03
python
前端
开发语言
【Crypto | CTF】BUUCTF RSA1
多个一些奇奇怪怪的东西,一脸懵逼天命:没事,拿代码当成公式背也能解密出来已知:pqdpdqc求mc是密文,m是明文,dp和dq是一半的明文,但不知道为什么居然是相同的fromgmpy2import*fro
mCrypt
o.Util.numberimport
星盾网安
·
2024-02-19 15:40
CTF
算法
NSSCTF crypto [SWPUCTF 2021 新生赛]
[SWPUCTF2021新生赛]crypto1题目:fromgmpy2import*fro
mCrypt
o.Util.numberimport*flag='************************
耿@耿
·
2024-02-14 02:36
[SWPUCTF
2021
新生赛]
crypto
密码学
2024beginCTF-Crypto 复现
fake_N题目:fro
mCrypt
o.Util.numberimport*fromsecretimportflagdeffakeN_list():puzzle_list=[]foriinrange(15
阿福超级胖
·
2024-02-13 22:01
ctf比赛
密码学
第二届 N1CTF Junior Crypto-junior RSA WP
题目:fro
mCrypt
o.Util.numberimport*fromsecretimportflagm=bytes_to_long(flag)defgen(bits):whileTrue:a=getPrime
阿福超级胖
·
2024-02-10 02:19
ctf比赛
python
开发语言
密码学
CTF Crypto---RSA NC不互素
题目fro
mCrypt
o.Util.numberimport*importgmpy2p=getPrime(1024)q=getPrime(1024)n=p*qe=65537M=2022*m*1011*pc
3tefanie丶zhou
·
2024-02-10 02:49
CTF
安全
python
【COMP3621】Advanced Data Structures
OverviewYourchallengeistoenhanceBitmapHacker.javatoperformsteganography,whichistheartandscienceofhidinginformation,ofteninsideotherinformation.Thisdiffersfro
mcrypt
ography
iuww1314
·
2024-02-09 20:58
java
数据结构
python加密通信的优化1.0
之前的代码:importsocketfro
mcrypt
ography.fernetimportFernet#生成加密密钥key=Fernet.generate_key()cipher_suite=Fernet
米帝咖啡巨人
·
2024-02-08 12:50
python
服务器
python编写加密通信程序
编写加密通信程序代码中的127.0.0.1是编造地址注意:这个程序只能让客户端连接到特定的服务器可以用input让用户自己输入服务器ip使用的时候记得更改为自己服务器的ip地址importsocketfro
mcrypt
ography.fernetimportFernet
米帝咖啡巨人
·
2024-02-08 12:20
python
开发语言
ubuntu 20.04 部署edusoho企培版(安装包部署)
1.安装依赖apt-getupdateapt-getupgradeapt-getinstallwgetgccmakeperlvimlib
mcrypt
-dev
mcrypt
2.安装配置nginxapt-getinstallnginxvim
不是二师兄的八戒
·
2024-02-08 09:16
edusoho
linux
运维
服务器
控制小米插座(Python-miio)
htmlimportbase64importhashlibimporthmacimportjsonimportosimportrandomimporttimefromsysimportplatformfro
mCrypt
o.CipherimportARC4importrequests
小wu学cv
·
2024-02-04 18:01
外围设备
开发语言
python
用Python实现DES加解密
1.DES加密示例代码如下:>>>fro
mCrypt
odome.CipherimportDES>>>importbinascii>>>ke
Lyx-0607
·
2024-02-04 08:50
笔记
python-自动化篇-办公-文件-加解密
⼀个基本的⽰例,演⽰如何使⽤cryptography库对⽂件进⾏加密和解密:安装cryptography库:pipinstallcryptography⽂件加密:Encryption.pyfro
mcrypt
ography.fernetimportFernet
only°夏至besos
·
2024-02-02 17:47
自动化
运维
Python cryptography库及RSA非对称加密
1.安装cryptographypython-mpipinstallcryptography使用时import该库,或该库中的一个模块importcryptographyfro
mcrypt
ography.hazmat.primitivesimportserialization2
photon_wa
·
2024-02-02 00:09
Python
计算机原理
加密解密
python
rsa
python使用cryptography.fernet加密文件和读写
安装cryptographypipinstallcryptography-ihttps://pypi.tuna.tsinghua.edu.cn/simple/demofro
mcrypt
ography.fe
Toblerone_Wind
·
2024-02-02 00:09
python
开发语言
cryptography
fernet
加密
pythonSM4加密
SM4/ECB加解密方式#密钥参数epidemic_key#加密信息参数message#加密算法SM4/ECB/PKCS5Padding#加密类型SM4-ECB#添加模式PKCS5Paddingfro
mcrypt
ography.hazmat.backendsimportdefault_backendfro
mcrypt
ogr
securitor
·
2024-02-01 20:56
python
python
isctf---re
运行得到flagbabyRe先猜e=65537的rsa先用Z3强行求出p、q,算出常规rsa中的phi,然后套用公式求出mexp#babyrewpfromz3import*importlibnumfro
mCrypt
o.Util.numberimport
木…
·
2024-02-01 02:19
java
开发语言
NSSCTF Round#17 Crypto方向题解
聪明一点的话你可以去试试Level_1.py#真签到题fro
mCrypt
o.Util.numberimportbytes_to_long,getPrimefromsecretimportgetflag
甜酒大马猴
·
2024-01-30 01:22
密码学
python-自动化篇-办公-文件-加解密
⼀个基本的⽰例,演⽰如何使⽤cryptography库对⽂件进⾏加密和解密:安装cryptography库:pipinstallcryptography⽂件加密:fro
mcrypt
ography.fernetimportFernet
fo安方
·
2024-01-29 18:50
#
python-自动化篇-办公
python
自动化
开发语言
阿里云自带的centos8安装PHP7.2和php常用插件及YUM安装LNMP过程中的常见问题汇总
#通过yum工具安装PHP,默认php7.2版本yuminstallphp#安装php常用插件(php7.2以后php-
mcrypt
不再支持了,用php-openssl代替):yuminstallphp-fpmphp-mysqlndphp-pdophp-jsonphp-mbstringphp-gdphp-soapphp-snmpphp-xmlphp-commonphp-develphp-opens
abiao1981
·
2024-01-28 09:53
PHP
linux
mysql
php
阿里云
centos
PHP7.2中AES加密解密方法
mcrypt
_module_open()替换方案
php7版本运行老的php代码的时候报这个错误:Calltoundefinedfunction
mcrypt
_module_open()php的
mcrypt
扩展已经过时了大约10年,并且用起来很复杂。
abiao1981
·
2024-01-28 09:53
PHP
requests,js逆向练习
发现加密函数进去看函数加密过程得到结果RSApython代码importbase64importjsonimportrequestsfromfake_useragentimportUserAgentfro
mCrypt
o.CipherimportPKCS1
RaptorWE
·
2024-01-28 05:12
爬虫
js
javascript
php 使用3des加解密、hmacsha256加密
PHP手册在7.1迁移页面给出了替代方案,就是用OpenSSL取代
MCrypt
。
.周周
·
2024-01-27 22:31
php
php
开发语言
CENTOS 7 YUM 安装PHP7.4
yumremovephp.x86_64php-cli.x86_64php-common.x86_64php-gd.x86_64php-ldap.x86_64php-mbstring.x86_64php-
mcrypt
.x86
中v中
·
2024-01-27 16:42
RSA实现长文本的加密和解密
长文本RSA加密代码如下:fro
mCrypt
oimportRandomfro
mCrypt
o
win_zcj
·
2024-01-27 08:45
python
python
同态加密
django
django对称加密算法中间件
下面是一个简单的示例,该中间件使用一个基本的对称加密算法:fromdjango.utils.deprecationimportMiddlewareMixinfro
mCrypt
o.PublicKeyimportRSAfro
mCrypt
o.C
win_zcj
·
2024-01-27 08:35
python
Django
django
中间件
状态模式
AES加密与解密
fro
mCrypt
odome.CipherimportAESfro
mCrypt
odomeimportRandomimportbinasciiclassMyAES(object):def__init__(
fan12
·
2024-01-26 15:15
PHP7 AES加密解密
PHP7后
mcrypt
_module_open方法已舍弃不可以,需要使用openssl_encrypt加密加密方法:openssl_encrypt($data,$method,$password,$options
从兄
·
2024-01-25 06:30
php
thinkphp
php
aes加密解密
加密解密
PHP AES加解密系列
PHPAES加密使用PHP内置的
mcrypt
扩展库可以轻松地实现AES加密。PHPAES解密使用PHP内置的
mcrypt
扩展库也可以轻松地实现AES解密。以上就是PHPAES加解密的简单实现方法。
诗雅颂
·
2024-01-25 06:56
php
aes
加密
解密
python实现SHA256WithRSA和SHA256WithPss
SHA256withRSA"变更为"SHA256withRSA/PSS",所以需要增加SHA256WithRSA@classmethoddefSHA256WithRSA(cls,data,file_name=""):fro
mCrypt
o.SignatureimportPKCS1
小测试-小测试
·
2024-01-25 03:49
问题解决
Python基础
python高阶编程
python
开发语言
NSSCTF Round 16 --- Crypto wp
文章目录prbreakpr题目:fro
mCrypt
o.Util.numberimport*importrandomflag=plaintext='NSSCTF{****************}'charset
3tefanie丶zhou
·
2024-01-25 01:16
CTF
web安全
网络安全
网络
2023春秋杯冬季赛 --- Crypto wp
文章目录前言Cryptonot_wiener前言比赛没打,赛后随便做一下题目Cryptonot_wienertask.py:fro
mCrypt
o.Util.numberimport*fromgmpy2import
3tefanie丶zhou
·
2024-01-25 01:15
CTF
python
开发语言
macos pip3 install pycryptodome导入from Crypto.Cipher import AES报错
问题:已经使用pip3installpycryptodome安装成功了,但是导入fro
mCrypt
o.CipherimportAES还是提示Unresolvedreference'Crypto'原因:一句话
指尖上的艺术1994
·
2024-01-24 09:56
python
开发语言
CentOS7源码安装php7.3
devellibcurllibcurl-devellibjpeglibjpeg-devellibpnglibpng-develfreetypefreetype-develgmpgmp-devellib
mcrypt
l
我_bacd
·
2024-01-23 22:38
Python使用CBC加密模式进行AES加密
fro
mcrypt
ography.hazmat.primitives.ciphersimportCipher,algorithms,modesfro
mcrypt
ography.hazmat.backendsimportdefault_backendfro
mcrypt
ography.hazmat.primitivesimportpaddingimportbase64plaintext
菠萝加点糖
·
2024-01-23 12:23
python
开发语言
AES
2022强网杯CTF---强网先锋 ASR wp
文章目录题目思路解题脚本题目题目代码:fro
mCrypt
o.Util.numberimportgetPrimefromsecretimportfalgpad=lambdas:s+bytes([(len(
3tefanie丶zhou
·
2024-01-20 19:00
CTF
算法
java
c++
AES-128加密解密方式(逐步更新)
下面直接进入主题:引入的库fro
mCrypt
o.CipherimportAESfrombinasciiimportb
franzleeyan
·
2024-01-19 03:28
python
python使用Crypto进行SHA1WithRSA签名及签名验证,数据加解密
importbase64fro
mCrypt
o.SignatureimportPKCS1_v1_5fro
mCrypt
o.PublicKeyimportRSAfro
mCrypt
o.HashimportSHA
qq_15607445
·
2024-01-17 21:55
python
开发语言
python网易云ncm转mp3
ncmdump依赖pycryptopip(3)installpycrypto直接贴代码:importbinasciiimportstructimportbase64importjsonimportosfro
mCrypt
o.Cipherimpo
倪大头
·
2024-01-17 04:21
python AES中EBC模式加密
**fro
mCrypt
o.CipherimportAESimportbase64#来自微信好友:一觉昏睡人BLOCK_SIZE=16#Bytespad=lambdas:s+(BLOCK_SIZE-len
2013@Star涛
·
2024-01-13 01:28
Python爬虫实战
加密解密
python
密码学
base64
Geek Challenge 2023 wp
WEB-easy_phpWEB-EzHttpWEB-Puppy_rceMISC-DEATH_N0TECRYPTO-SimpleRSACRYPTO-PolyRSACRYPTO-proof_of_workCRYPTO-OldAlgorith
mCRYPT
O-Fi1nd_th3
Day-Bleeds
·
2024-01-09 01:37
网络安全
密码学
python
学习
2023NCTF密码学签到题:sign
#Sagefro
mCrypt
o.Util.numberimport*fromsecretimportflagclassNTRU:def__init__(self,N,p,q,d):self.debug=
YanXi_Basketball
·
2024-01-05 07:47
CTF—crypto习题记录
密码学
python
Python的RSA签名
-*-coding:utf-8-*-fro
mCrypt
o.PublicKeyimportRSAfro
mCrypt
o.HashimportMD5fro
mCrypt
o.SignatureimportPKCS1
gsls200808
·
2024-01-01 17:03
随想
python
md5
rsa
签名
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他