代码搜索:KeyGen
找到约 1,281 项符合「KeyGen」的源代码
代码结果 1,281
www.eeworm.com/read/111982/15497082
txt java程序的加密和反加密.txt
Java程序的加密和反加密
写在前面的话:写这篇文档的目的是让大家能更深入的了解Java技术,而不是教你怎么去破解Java程序;武器没有罪过,要看是好人用它还是坏人用它。
首先我们来看看Java程序的反加密,也就是通常所说的Crack过程,只有明白了这个过程,我们才能有效的对我们的程序进行加密。
通常我们得到的Java程序的Crack包有两种,一种属于<mark>KeyGen</mark>(注册码生成器)、一种属 ...
www.eeworm.com/read/111916/15500571
java gensig.java
package javasecurity;
import java.io.*;
import java.security.*;
class GenSig
{
public static void main(String[] args)
{
if (args.length != 1)
{
System.out.println("Usage: GenSig name
www.eeworm.com/read/111106/15518003
txt 使用帮助.txt
╭⌒╮┅~ ¤ ╭⌒╮ ╭⌒╮
╭⌒╭⌒╮╭⌒╮~╭⌒╮︶︶, ︶︶
,︶︶︶︶,''︶~~ ,''~︶︶ ,''
╬ ╱◥███◣╬╬╬╬╬╬╬╬╬╬╬
╬ ︱田︱田 田 ︱ ╬
╬ ╬
╬ ╭○╮● 飞牌精品软件 ╬
╬ /■\/■\ 我们的软件下载家园 ╬
╬ ...
www.eeworm.com/read/110176/15540695
java signaturetest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.security.*;
/**
This program demonstrates how to sign a message with a
private DSA key and verify it with the m
www.eeworm.com/read/108695/15579610
java signaturetest.java
/**
* @version 1.00 1997-09-10
* @author Cay Horstmann
*/
import java.security.*;
public class SignatureTest
{ public static void main(String[] args)
{ try
{ KeyPairGenerato
www.eeworm.com/read/102977/15751653
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// MD5KeyGen.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx
www.eeworm.com/read/100569/15871860
pas keyex.pas
program keygen;
uses crt;
var
count : integer;
code, users, crc : longint;
name : string;
begin
TextColor(9);
writeln(' 苘苘
www.eeworm.com/read/100569/15871884
pas ucf_pop.pas
program keygen;
uses crt;
var
count, error : integer;
name, fname, inputprod : string;
Textfile : text;
line1, line3, ebx, ecx, eax : longint;
begin
www.eeworm.com/read/432476/8603079