[BangPypers] Favorite tips/techniques

CsquaredinOmaha c2inomaha at yahoo.com
Tue Sep 10 16:28:09 CEST 2013


Bibhas,

Glad you are pleased.
I started the thread in consideration of  your comment that list had not enough interesting being posted.
Again, it is ok to start threads yourself (so keep something to throw out there maybe when current flurry slows down and the list needs some fresh discussion).

Regards,
Chris


________________________________
 From: "Me at Bibhas" <me at bibhas.in>
To: Bangalore Python Users Group - India <bangpypers at python.org> 
Sent: Tuesday, September 10, 2013 4:37 AM
Subject: Re: [BangPypers] Favorite tips/techniques
 

This thread is awesome. Keep them coming. :)

I've also been using random string generator Shabda posted for a long
time. Handy.

On Tuesday 10 September 2013 12:48 PM, Lakshman Prasad wrote:
> My first random password (until it is replaced with SHA, MD5, bCrypt,
> whatever):
>
>> str(random.random())[2:]
> '742557965797'
>
>
>
> On Tue, Sep 10, 2013 at 11:34 AM, Vinayak Hegde <vinayakh at gmail.com> wrote:
>
>> On Tue, Sep 10, 2013 at 10:45 AM, Noufal Ibrahim <noufal at nibrahim.net.in
>>> wrote:
>>> Anand Chitipothu <anandology at gmail.com> writes:
>>>
>>> [...]
>>>
>>>> I use it very often. Here is my random-password script.
>>> [...]
>>>
>>> I use mkpasswd(1) :)
>>>
>> What ever you use, please use py-bcrypt or something similar before you
>> store it in the database.
>>
>> Here is the site with easy usage of it -
>> http://www.mindrot.org/projects/py-bcrypt/
>>
>> Another on how to use it well and store password in db.
>> http://dustwell.com/how-to-handle-passwords-bcrypt.html
>>
>> -- Vinayak
>>
>> -- Vinayak
>> _______________________________________________
>> BangPypers mailing list
>> BangPypers at python.org
>> https://mail.python.org/mailman/listinfo/bangpypers
>>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers

_______________________________________________
BangPypers mailing list
BangPypers at python.org
https://mail.python.org/mailman/listinfo/bangpypers


More information about the BangPypers mailing list