当前位置:网站首页>Offensive and defensive world - web2
Offensive and defensive world - web2
2022-08-08 08:05:00 【stealth rookie】
Open the topic, which directly gives the code, code analysis

strrev() function reverses a string.
strlen() function returns the length of the string substr() function returns part of the string.
The ord() function returns the ASCII value of the first character in a string.
chr() function returns the character from the specified ASCII value.
str_rot13() function performs ROT13 encoding on a string.str_rot13(), encoding and decoding are done by this function, if the encoded string is used as a parameter, the original string is returned
Given is already Encrypted the string, as well as the encryption method, reverse decryption according to the code

边栏推荐
猜你喜欢
随机推荐
Want to use SQL to achieve two days after the data contrast, the new data sheet and a list of tags
EasyExcel-(1)使用篇
进程间的五种通信方法
想用sql实现两日数据对比后,对新增数据单加一列标签
机器学习理论及案例分析(part3)--聚类
Cortex M0软件复位方法
Summary of common functions of standard IO in C language - file
方案 | 医疗单据OCR识别,为医保零星报销打造安全屏障
antdv4 升级指北
lvm creates logical volumes
idea big data tools submit flink tasks
Task01:PyTorch模型定义
shell循环语句
物联网安全-单向散列算法
matlab simulink串级变比值模糊PID烟气脱硫浆液pH值控制
优雅地处理重复请求(并发请求)
Gstreamer调试方式
蓝牙Mesh的基本概念
regular expression
攻防世界——lottery









