Re: ANN: obfuscate 0.2.2

2017-11-13 Thread Rick Johnson
On Monday, November 13, 2017 at 6:03:23 PM UTC-6, joshj...@gmail.com wrote: > for importing obfuscate do we just type in import obfuscate > or import obfuscate 0.2.2 Oh boy. I had forgotten about this little community "gem" dating back to 2010. And unfortunately for comrade Steven, there is no way

Re: ANN: obfuscate 0.2.2

2017-11-13 Thread joshjon2017
for importing obfuscate do we just type in import obfuscate or import obfuscate 0.2.2 -- https://mail.python.org/mailman/listinfo/python-list

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread geremy condra
On Sun, Apr 11, 2010 at 4:37 AM, Aahz wrote: > In article , > geremy condra   wrote: >>On Sun, Apr 11, 2010 at 1:17 AM, Steven D'Aprano >> wrote: >>> On Sat, 10 Apr 2010 13:34:17 -0700, Paul Rubin wrote: Steven D'Aprano writes: > > DISCLAIMER: obfuscate is not cryptographically stron

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread geremy condra
On Sun, Apr 11, 2010 at 3:44 AM, Steven D'Aprano wrote: > On Sun, 11 Apr 2010 03:00:50 +, geremy condra wrote: > >> On Sun, Apr 11, 2010 at 1:17 AM, Steven D'Aprano >> wrote: >>> On Sat, 10 Apr 2010 13:34:17 -0700, Paul Rubin wrote: >>> Steven D'Aprano writes: > DISCLAIMER: obfuscat

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread Aahz
In article , geremy condra wrote: >On Sun, Apr 11, 2010 at 1:17 AM, Steven D'Aprano > wrote: >> On Sat, 10 Apr 2010 13:34:17 -0700, Paul Rubin wrote: >>> Steven D'Aprano writes: DISCLAIMER: obfuscate is not cryptographically strong, and should not be used where high security is re

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread Steven D'Aprano
On Sun, 11 Apr 2010 03:00:50 +, geremy condra wrote: > On Sun, Apr 11, 2010 at 1:17 AM, Steven D'Aprano > wrote: >> On Sat, 10 Apr 2010 13:34:17 -0700, Paul Rubin wrote: >> >>> Steven D'Aprano writes: DISCLAIMER: obfuscate is not cryptographically strong, and should not be used whe

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread geremy condra
On Sun, Apr 11, 2010 at 1:17 AM, Steven D'Aprano wrote: > On Sat, 10 Apr 2010 13:34:17 -0700, Paul Rubin wrote: > >> Steven D'Aprano writes: >>> DISCLAIMER: obfuscate is not cryptographically strong, and should not >>> be used where high security is required. >> >> Certainly no one should never u

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread Steven D'Aprano
On Sat, 10 Apr 2010 13:34:17 -0700, Paul Rubin wrote: > Steven D'Aprano writes: >> DISCLAIMER: obfuscate is not cryptographically strong, and should not >> be used where high security is required. > > Certainly no one should never use obfuscate's rot13 function for high > security. Use at least

Re: ANN: obfuscate 0.2.2

2010-04-10 Thread Paul Rubin
Steven D'Aprano writes: > DISCLAIMER: obfuscate is not cryptographically strong, and should not be > used where high security is required. Certainly no one should never use obfuscate's rot13 function for high security. Use at least double-rot13 instead, or maybe even quadruple rot13 ;-). -- htt

ANN: obfuscate 0.2.2

2010-04-10 Thread Steven D'Aprano
I am pleased to announce the first stable release of obfuscate, version 0.2.2. http://pypi.python.org/pypi/obfuscate/ obfuscate is a pure-Python module providing classical encryption algorithms suitable for obfuscating and unobfuscating text. This is a maintenance release of back-end and API ch