登录
首页 » Java » DESUtil

DESUtil

于 2020-06-18 发布
0 139
下载积分: 1 下载次数: 1

代码说明:

说明:  DES加密解密 通过制定的加密方法来加密(Encryption and decryption are encrypted by means of established encryption methods DES)

文件列表:

DESUtil.java, 4145 , 2019-08-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • transparent-encryption
    基于双缓冲过滤驱动的透明加密系统研究与实现(Based on double buffer transparent encryption system filter driver and Implementation Research)
    2011-11-19 21:06:54下载
    积分:1
  • CSharpnumberjiami
    c#开发的数字加密,基本代码,可以实现。(Digital encryption c# development, the basic code. Can be achieved.)
    2014-12-13 22:36:49下载
    积分:1
  • CC_3.2_net-verification_VIP
    网络验证全套源码,需要ASP空间,具备一定防破解功能,vip源码现在免费使用。 注意:CCasp网络验证3.0 版本的程序附带的几个防御破解功能 并不是就一定能100 防御得到, 只是仅仅提供防御现在大部分破解的手段而已. 因为我个人反破解技术几乎是没多少的,大家也看到那些大型公司.如:腾讯 盛大 等网游公司 他们所运营的游戏当中也有反外挂等程序.程序都有加密什么的.但是还是让各大黑客们芬芬破解掉或者跳过验证等. 我个人并不认为我技术比得上他们这些公司人员的技术. 所以我写的东西还会有被破解的请大家原谅.因为这个不是我个人本身问题. 破解已经是存在了很多年的东西了.而我做的只能给大家防御一下而已... 后台方面的大家不要怕被入侵了.因为我给每个人的都不一样.而且3.0也不是开源的. 希望大家能安心的用就好了. (Network authentication full source code, you need to ASP space, with some anti-crack function, vip source is now free to use.)
    2013-10-03 00:09:02下载
    积分:1
  • 按照分组码运行的CBC方式,将其中的DES算法置换为S
    按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and the arbitrary 8BIT unsigned integers, the achievement of this encryption/decryption model
    2022-11-18 06:45:03下载
    积分:1
  • 这是三重算法源代码(C++语言版本)
    这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
    2022-12-11 06:55:03下载
    积分:1
  • 123
    首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。(Number first letter lowercase letters a to z No. 1-26, No. 27-52 uppercase letters A to Z, respectively, so each letter has a unique serial number, sending content to the function F (X- ) = X* X+X+1 send letters number is calculated, it will get a new serial number, the serial number and then take the remainder of the 52, the serial number is the serial number of the letters to be sent encrypted, so that we can achieve encryption role.)
    2012-10-14 22:07:45下载
    积分:1
  • Hash_sha256
    sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现 依次执行 SHA256Init、 SHA256Update SHA256Final 三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
    2013-09-19 16:09:12下载
    积分:1
  • rsa1.03
    rsa算法实现,包含文档(The implement of RSA algorithm including document.)
    2020-06-26 11:20:01下载
    积分:1
  • B/S开发,在PB编程中B/S开发需要的PBD文件,请大家分享.
    B/S开发,在PB编程中B/S开发需要的PBD文件,请大家分享.-B/S DEVELOPER
    2022-12-31 08:45:03下载
    积分:1
  • 对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与调、物理层实现方面的工作。在移动通信G...
    对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信GSM系统中,我们进行语音或者业务信道解调时,都会遇到CRC的求解。通常在硬件DSP实现时,特别是40位CRC求解时候,由于生成多项式有41项,DSP最大一次能处理40位,所以使用单个寄存器会遇到一些困难,那么以下这个程序将会解决这一困难(这是针对定点DSP、C55xx的编程实现方法)。]: -For the realization of this issue, just to have a program, suddenly reminded of another simpler way to be given [the author has long been engaged in mobile communication system modulation and demodulation of wireless links, the physical layer to achieve work. GSM in the mobile communications system, we have a voice or channel demodulation operations, it will encounter the solution of CRC. DSP hardware usually realize, especially when solving the 40 CRC, as the generation polynomial has 41, DSP can handle the largest 40, so using a single register may encounter some difficulties, then following this process will solve this One difficulty (which is for fixed-point DSP, C55xx realize programming methods). ]:
    2022-03-14 13:54:53下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载