You could obfuscate the Javascript; but there's no such thing as security
through obfuscation :)
HTTPs is your best bet in terms of getting it from the server to the client
without someone in the middle reading it.

On Tue, Oct 9, 2012 at 1:20 AM, Mike Dewhirst <mi...@dewhirst.com.au> wrote:

> On 9/10/2012 4:07pm, Laxmikant Gurnalkar wrote:
>
>>
>> Hi, Guys.
>>
>> Anybody knows to encrypt the content in javascript and decode it using
>> python and vice versa.
>>
>
> Not sure where you see the threat but if it is between the browser and the
> server then I think your server needs to provide https encryption.
>
> http://en.wikipedia.org/wiki/**HTTP_Secure<http://en.wikipedia.org/wiki/HTTP_Secure>
>
>
>
>  I am doing a high security data transfer. The things are showstopper to
>> transferring data through javascript to the python. Is it possible to
>> hide data or send data over web in that should not be  human readable.
>>
>> Thanks
>>
>>
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscribe@**googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/**group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@**
> googlegroups.com <django-users%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at http://groups.google.com/**
> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
> .
>
>

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

Reply via email to