Wow, there are no pure Python bcrypt libraries. I was just talking to Nick
(he's sitting next to me today, normally he's in Sydney) and he mentions
that there should be a pure Python implementation of pbkdf2, which is just a
generalization of repeated SHA1 hashing with a salt.

http://news.ycombinator.com/item?id=2177172

Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine



On Tue, Mar 15, 2011 at 11:59 AM, Ovnicraft <ovnicr...@gmail.com> wrote:

>
>
> On Mon, Mar 14, 2011 at 5:59 PM, Dave Peck <davep...@gmail.com> wrote:
>
>>  Can someone on the App Engine team comment on whether Crypto.Random
>>> will ever be available?
>>>
>> Did you try to include your own PyCrypto version?
>>
>>
>> No, because you can't. PyCrypto requires native code, and thus must be
>> supported directly by the App Engine team.
>>
>
> And try to use keyczar.
>
>>
>> App Engine *does* provide PyCrypto on production, but it does *not*provide 
>> the Crypto.Random submodule.
>>
>> Thus my question: might we ever expect to see it?
>>
>> Thanks,
>> Dave
>>
>>
>
>
> --
> Cristian Salamea
> @ovnicraft
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to