Re: Decrypting Password

2017-12-14 Thread destinjfunk
Actually you can do this. Creating new model with username and password fields (Plain Text) and a custom authentication forms and view and all passwords are absolutely compromised. if you use the Django auth model and you are trying to crack any password. Brute forcing is the only way see

Re: Django on windows 10 and tomcat

2017-12-14 Thread destinjfunk
I don't think this will work in Python. But you can do it in Jython https://docs.djangoproject.com/en/2.0/howto/jython/. On Thursday, 14 December 2017 02:31:51 UTC+4, Arnap wrote: > > Am new to django and developing champion windows to be deployed in to cat, > but getting error while deploying