summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2012q2/000583.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2012q2/000583.html')
-rw-r--r--pipermail/pycrypto/2012q2/000583.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2012q2/000583.html b/pipermail/pycrypto/2012q2/000583.html
new file mode 100644
index 0000000..a220c7d
--- /dev/null
+++ b/pipermail/pycrypto/2012q2/000583.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] Generating a public/private key pair from a passphrase
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=Re%3A%20%5Bpycrypto%5D%20Generating%20a%20public/private%20key%20pair%20from%20a%20passphrase&In-Reply-To=%3CCAJ9N7UHsBcu5EGycxB8kjBfKvUgaNd1FyswKBKV69SL4jGoxLA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000582.html">
+ <LINK REL="Next" HREF="000584.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] Generating a public/private key pair from a passphrase</H1>
+ <B>Rye Terrell</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=Re%3A%20%5Bpycrypto%5D%20Generating%20a%20public/private%20key%20pair%20from%20a%20passphrase&In-Reply-To=%3CCAJ9N7UHsBcu5EGycxB8kjBfKvUgaNd1FyswKBKV69SL4jGoxLA%40mail.gmail.com%3E"
+ TITLE="[pycrypto] Generating a public/private key pair from a passphrase">ryeterrell at ryeterrell.net
+ </A><BR>
+ <I>Mon May 21 21:55:30 EDT 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000582.html">[pycrypto] providing signature in base64
+</A></li>
+ <LI>Next message: <A HREF="000584.html">[pycrypto] Generating a public/private key pair from a passphrase
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#583">[ date ]</a>
+ <a href="thread.html#583">[ thread ]</a>
+ <a href="subject.html#583">[ subject ]</a>
+ <a href="author.html#583">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>I'd like to be able to repeatably generate a public/private key pair from a
+user-supplied passphrase. I could use Python's built in random function
+seeded with the passphrase, or numpy's, but is there a better way of going
+about doing this via pycrypto?
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.dlitz.net/pipermail/pycrypto/attachments/20120521/bf92703c/attachment.html">http://lists.dlitz.net/pipermail/pycrypto/attachments/20120521/bf92703c/attachment.html</A>&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000582.html">[pycrypto] providing signature in base64
+</A></li>
+ <LI>Next message: <A HREF="000584.html">[pycrypto] Generating a public/private key pair from a passphrase
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#583">[ date ]</a>
+ <a href="thread.html#583">[ thread ]</a>
+ <a href="subject.html#583">[ subject ]</a>
+ <a href="author.html#583">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">More information about the pycrypto
+mailing list</a><br>
+</body></html>