uvmac/docs/extras/mkkeystl/index.html

1 line
2.8 KiB
HTML
Raw Permalink Normal View History

2020-03-14 19:28:01 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> MkKeysTl </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="index.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/mkkeystl - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> MkKeysTl </h2> <hr> <p> Download </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/extras/mkkeystl/MkKeysTl-1.01.zip">MkKeysTl-1.01.zip</a> (74K) a zipped hfs disk image and checksum file. The disk image can be mounted with Mini vMac. Includes source code. </p> </blockquote> <p> MkKeysTl is a command line version of <a href="../makekeys/index.html">MakeKeys</a>. It can be used in Macintosh Programmer&rsquo;s Workshop to automate generating secret and public key pairs. It is written to be platform independent, using the C standard library, and would probably be easy to port to other platforms (but that is not supported). </p> <p> It takes three arguments: First, a path to a text file containing truly random bytes in hexadecimal (not psuedo-random). Second, a path to a new output file in which to put the secret key. And third, a path to a new output file in which to put the public key. </p> <p> MkKeysTl is in part descended from MacPGP source code, which, as far as I can tell, allows derived works for noncommercial use. </p> <p> Here is the md5 checksum for the download, signed with <a href="https://www.gryphel.com/c/keys/k5.html">Gryphel Key 5</a>: </p> <blockquote> <pre> --------- GRY SIGNED TEXT --------- 5e24c49d468815be31f8c03dcb571c6a MkKeysTl-1.01.zip ------- BEGIN GRY SIGNATURE ------- Gry/4Xa8CFcUzxdN/MHhkmj0G2/yrT2Hn2Rx6UQwG3cZRA0BKusTm89ylU0rnot5 U9dJjYCxGEsGiqzfsMWha1pJbBOcEmzUB4kl7qDdZpwKXqRQe+DAoEoRr+WoMF98 q1rVfHEX2jWmMWVU2wmtNJIuM9of8MMW3vzff+mMgIXUGjLJbEFGw26qDfu8S5KF -------- END GRY SIGNATURE -------- </pre> </blockquote> <p> : </p> <p> If you find MkKeysTl useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</a>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../../index.html">minivmac</a>/<a href="../index.html">extras</a>/mkkeystl - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2018 Paul C. Pratt - last update 10/20/2018 </div> </body> </html>