离散对数计算器.htm

来自「《加密与解密》随书光盘(四)工具 本书在第一版的基础上,更新了第一版中的过时内」· HTM 代码 · 共 20 行

HTM
20
字号
<html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">

<HEAD>
<TITLE>Discrete logarithm calculator</TITLE>
<META NAME="description" CONTENT="Applet that finds the exponent in the expression Base ^ Exponent = Power (mod Modulus)">
<META NAME="keywords" CONTENT="factor, prime, primes, factorization">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="Author" content="Dario Alejandro Alpern">
<META http-equiv="Content-Script-Type" content="text/javascript">
</head>
<body marginwidth="0" topmargin="0" marginheight="0" bgcolor="#FFFFFF">
<P><CENTER><H2>Discrete logarithm calculator</H2><P> <TABLE BORDER=6 BGCOLOR="#C0C0C0"><TR><TD HEIGHT="346"> 
<TABLE BORDER=2 BGCOLOR="#C0C0C0"><TR><TD> <applet codebase="tppjava"  code="logdi.class" archive="dilog.jar" width=600 height=310 name="dilog"> 
</applet> </TABLE></TABLE><P><A HREF="dilog.java"  TARGET="_blank"><B>Get the 
source code!</B></A> </CENTER><P>The discrete logarithm problem is to find the 
exponent in the expression <I>Base<SUP>Exponent</SUP> = Power (mod Modulus)</I>. 
</BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?