Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 加密软件
Search - 加密软件 - List
一个SIP电话的服务器端软件,负责用户相关配置信息的加密,压缩。工作于WINDOWS平台,使用JAVA开发。-a SIP phone server software for user configuration information related to encryption, compression. Work on Windows platform, the use of Java development.
Date : 2008-10-13 Size : 146.91kb User : 何野

声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email电子邮件等功能,其他有待补充。 3.本次版本对以前版本(V1.4)已有功能进行了改进,并增添了java邮件的smtp发送及pop3/imap接收功能。 4.文件夹“Multi_BooksManager V1.6”是一个独立的发行包,运行其中的exe文件即可启动程序。 5.本目录下的.des文件为工程包源文件---keyongV1.6jiemi。 6.传播时请保持原软件包的完整性,本程序仅供学习参考之用,未经允许,勿为商用。 7.欢迎指出bug或提出改进意见,email:wudazhg@163.com Author:zhg zhg工作室 2008.4 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved,
Date : 2008-10-13 Size : 1.51mb User : zhg

一个SIP电话的服务器端软件,负责用户相关配置信息的加密,压缩。工作于WINDOWS平台,使用JAVA开发。-a SIP phone server software for user configuration information related to encryption, compression. Work on Windows platform, the use of Java development.
Date : 2025-12-27 Size : 147kb User : 何野

声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email电子邮件等功能,其他有待补充。 3.本次版本对以前版本(V1.4)已有功能进行了改进,并增添了java邮件的smtp发送及pop3/imap接收功能。 4.文件夹“Multi_BooksManager V1.6”是一个独立的发行包,运行其中的exe文件即可启动程序。 5.本目录下的.des文件为工程包源文件---keyongV1.6jiemi。 6.传播时请保持原软件包的完整性,本程序仅供学习参考之用,未经允许,勿为商用。 7.欢迎指出bug或提出改进意见,email:wudazhg@163.com Author:zhg zhg工作室 2008.4 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved,
Date : 2025-12-27 Size : 1.51mb User : zhg

DL : 0
java调用dll获取硬盘序列号 实现软件加密-java call dll achieve access to hard drive serial number software encryption
Date : 2025-12-27 Size : 51kb User : hP

这是个用java实现古典加密的软件,希望大家喜欢-This is a classical encryption using java software to achieve, I hope you like
Date : 2025-12-27 Size : 76kb User : yjjhyxy

DL : 0
这是一个手机加密重要的JAVA小软件。自由免费还带源码,希望大家喜欢我做的小软件
Date : 2025-12-27 Size : 7.69mb User : baroc

DL : 0
如果你花大量时间开发一个Java软件,而别人只 需利用Java反编译工具进行反编译,就可以既轻松又清楚的看见你的源代码。如果你不想把你的代码公开,又害怕被别人反编译,请使用我们开发的《Java混淆器》。使用我们的《Java混淆器》,只需要选定目录后轻轻点一下执行按钮,就可以 自动加密源代码。-If you spend a lot of time to develop a Java software, while others simply use a Java decompiler decompile tool, you can clearly see both relaxing and your source code. If you do not want your code to open, they fear people will build, please use our development of the " Java Obfuscator." Use our " Java Obfuscator" , only the selected directory click of the button lightly, it can automatically encrypt the source code.
Date : 2025-12-27 Size : 961kb User : hwei

DL : 0
实现一个简单的文件加密器,运行软件myecplise-myecplise file encode aaaaaaa
Date : 2025-12-27 Size : 1kb User : 袁金明

DL : 0
用Java写的小加密软件 初学者可以参考下 -Use Java to write a small encryption software for beginners can refer to the following
Date : 2025-12-27 Size : 250kb User : wu guan feng

1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的,加点混淆就好了。这点我不多说google上有好多。 第二个问题,限制登录数量,一般不在应用服务器上进行限制的,至少我不是,我是写个保持器,保持器里保存着登录的操作员的信息,每次登录的时候,通过spring的拦截器进行校验(具体校验:取得license里的最大限制数,通过保持器是取得操作员的数量,用遍历的形式,记数,比较简单不多说了),进行登录数量的校验,如果超出数量,抛出异常限制登录哦。 第三个问题,MD5还是可以,现在不都实行用两种算法同时加密么,双保险,我们单位弄的是只MD5的,其实我感觉大多数破解MD5都是采取碰撞法,简单的还可以,要是字节数量多了,还是很难破解的。 -The first question, as we say, add a little confusion enough. I will not have a lot on google. Second question, limit the number of login restrictions on the general is not an application server, at least I m not, I write a cage, the cage holds the information of the registered operator, each time you log the time, by the spring interceptor check (check: Get the maximum limit in the license, the retainer is the number of the operator, the form of a traversal, counting, simple not much to say), the log on the number of parity If you exceed the number of throws an exception limit logon Oh. Third, MD5 or can not practice to encrypt it using two algorithms, double insurance, get our unit is only the MD5, in fact, I feel that most of the crack MD5 are taken to the collision law can also be simple , if the number of bytes is more difficult to crack.
Date : 2025-12-27 Size : 73kb User : 彪汉

软件功能: 使用DES加密和解密技术对文件进行操作。 软件优点: 一、可以同时对多个文件进行操作,加密解密互不干扰,但加密解密不应该对同一文件操作; 二、该软件注重人性化,每话个错误操作都有详细的提示信息; 三、经过测试,该软件可以对600M以及以上大小的文件进行加密解密; 四、多文件同时加密解密时,从总的信息面板中可以看到结果信息。 五、加密过的文件不能重复加密,系统会自动抱错,同样没有加密过的文件不能被解密。 六、所有加密后的文件都附带".123"的后缀名; 七、操作简洁,界面大方。-Software features: DES encryption and decryption technology to manipulate files. Software advantages: First, can multiple file operations, encryption and decryption interfere with each other, but should not be on the same file encryption and decryption operation Second, the software focus on humanity, every words wrong operation has a detailed message tested, the software can be 600M and more than the size of the file encryption and decryption multi-file encryption and decryption, from the total panel can see the results. Encrypted files can not be repeated encryption, the system will automatically Baocuo same encrypted files can not be decrypted. All encrypted files are included with the extension " .123" seven, simple operation interface generous.
Date : 2025-12-27 Size : 16kb User : bluecai

飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。数据通讯不需要建立服务器、直接在两台电脑间通信和数据传输,支持文件及文件目录的传输,具有安全快捷以及小巧方便等优异特点,因此很多公司都采用它作为部门、公司内部的IM即时通信工具。-IP Messenger (IP Messenger V2.06) is a TCP/IP (UDP)-based LAN instant messaging software, version 2.00 and above support LAN sent messages, transfer files, folders, multi-file (or folder) communication using data the RSA/Blofish encryption (version 2.00 and above), the speed is very fast, BSD License released open-source license agreement. Data communication does not require the establishment of a server, communication and data transfer between two computers directly support the transmission of files and file directory, a safe, efficient, and excellent characteristics such as small and convenient, so many companies are using it as a department, company internal IM instant communication tools.
Date : 2025-12-27 Size : 4.08mb User : junco

DL : 0
基于HTML+JS的加密软件,只需一个文件就行了,代码开源,自己可修改加密算法。-Based encryption software in HTML+JS, just a file on the line, code open source, they can modify the encryption algorithm.
Date : 2025-12-27 Size : 1kb User : gjl

DL : 0
关于密码加密的屏幕软件盘,在web页面实现,具体代码请看文档-About the password screen software disk encryption, web page and see the documentation specific code
Date : 2025-12-27 Size : 3kb User : 周二

DL : 0
这款软件采用Java编写,主要实现了将任意长度的单项散列函数进行加密。-Using Java , this software mainly realizes the encryption for the arbitrary length of hash function.
Date : 2025-12-27 Size : 148kb User : 张一

DL : 0
用java实现的使用AES加密算法对二进制bin文件进行加密,生成的也是bin文件。用途:当需要网络传输编译好的bin文件代码时,就可以先加密,传输完以后解密,保证数据的安全,软件带有解密功能,试验过,解密正确。-Using Java implementation using AES encryption algorithm for binary bin file is encrypted, the generated is bin file.Purpose: when you need to network transmission compiled code bin file, you can first encryption, transmission after decryption, guarantee the safety of data and software with decryption function, tested, decrypt correctly.
Date : 2025-12-27 Size : 23kb User : 刘勇

android手机文件加密软件,使用sms4算法,文件保险箱-android phone files encryption software, use sms4 algorithms, file safe
Date : 2025-12-27 Size : 1.17mb User : 邢月

DL : 0
安全聊天软件 有加密过程。实现聊天室的安全性加密-security chat software ,has Security encryption scheme.to implement security
Date : 2025-12-27 Size : 1.73mb User : 魏明

DL : 0
这是加解密软件,可实现文本文件的加密和解密,提供多种加解密算法-This is the encryption and decryption software, can achieve text file encryption and decryption, providing a variety of encryption and decryption algorithm
Date : 2025-12-27 Size : 47kb User : ytyu
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.