summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2010q4/000300.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2010q4/000300.html')
-rw-r--r--pipermail/pycrypto/2010q4/000300.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2010q4/000300.html b/pipermail/pycrypto/2010q4/000300.html
new file mode 100644
index 0000000..867a356
--- /dev/null
+++ b/pipermail/pycrypto/2010q4/000300.html
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] Rewrite bcrypt in PyCrypto so we can use it on Google App Engine
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Rewrite%20bcrypt%20in%20PyCrypto%20so%20we%20can%20use%20it%20on%20Google%0A%09App%20Engine&In-Reply-To=">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000299.html">
+ <LINK REL="Next" HREF="000301.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] Rewrite bcrypt in PyCrypto so we can use it on Google App Engine</H1>
+ <B>est</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Rewrite%20bcrypt%20in%20PyCrypto%20so%20we%20can%20use%20it%20on%20Google%0A%09App%20Engine&In-Reply-To="
+ TITLE="[pycrypto] Rewrite bcrypt in PyCrypto so we can use it on Google App Engine">electronixtar at gmail.com
+ </A><BR>
+ <I>Mon Dec 13 04:53:33 CST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000299.html">[pycrypto] Blowfish breaks between versions 2.0.1 and 2.3
+</A></li>
+ <LI>Next message: <A HREF="000301.html">[pycrypto] Pycrypto openssl interoperability
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#300">[ date ]</a>
+ <a href="thread.html#300">[ thread ]</a>
+ <a href="subject.html#300">[ subject ]</a>
+ <a href="author.html#300">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi guys, In the light of recent Gawker breakout, lots of communities
+are discussing what's the best practice for storing passwords. Like
+this on on HN suggested
+
+<A HREF="http://news.ycombinator.com/item?id=1998819">http://news.ycombinator.com/item?id=1998819</A>
+
+&gt;<i> Use bcrypt. Use bcrypt. Use bcrypt.
+</I>
+But the py-bcrypt library is written with C, and customized gensalt()
+function. It it not available on Google App Engine. But Google App
+Engine actually supports PyCrypto.
+
+I am not an security expert, anyone can help rewrite py-bcrypt using PyCrypto?
+
+Thanks and regards,
+
+est
+</PRE>
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000299.html">[pycrypto] Blowfish breaks between versions 2.0.1 and 2.3
+</A></li>
+ <LI>Next message: <A HREF="000301.html">[pycrypto] Pycrypto openssl interoperability
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#300">[ date ]</a>
+ <a href="thread.html#300">[ thread ]</a>
+ <a href="subject.html#300">[ subject ]</a>
+ <a href="author.html#300">[ 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>