本文介绍了找到加密类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要找到用于以下场景的加密和解密算法。输出是24或48或72位数字组。
#1
输入= 1
输出= 030052163036069134206165
#2
输入= 2
输出= 160128173170209241092010
#3
输入= 3
输出= 232163195025216214161234
#4
输入= a
输出= 242182131219161029228007
#5
输入= 1234567890
输出= 248114250061157049227017113242246161172006102199
请帮帮我。
解决方案
I need to find what encryption and decryption algorithm using for below scenario. Output is group of number in 24 or 48 or 72 digits.
#1
Input = 1
Output = 030052163036069134206165
#2
Input = 2
Output = 160128173170209241092010
#3
Input = 3
Output = 232163195025216214161234
#4
Input = a
Output = 242182131219161029228007
#5
Input = 1234567890
Output = 248114250061157049227017113242246161172006102199
Please help me.
解决方案
这篇关于找到加密类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!