Skip to content
/ SGPD Public

A distributed processing system using Django and Javascript

Notifications You must be signed in to change notification settings

vinibiso/SGPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGPD

A Distributed processing system for breaking MD5 Hashes, made using Django to break the problem and Javascrit to process the pieces

Setup:

Clone this repository

Change the DATABASES array in sgpd > settings.py

It could look something like:

  DATABASES = {
      'default': {
          'ENGINE': 'django.db.backends.mysql',
          'NAME': 'spgd',
          'USER': 'root',
          'PASSWORD': '',
          'HOST': '127.0.0.1',
          'PORT': '3306',
      }
  }

And then do:

  python manage.py syncdb
  python manage.py runserver  

Don't forget to make sure your mysql server is runing, you could also use SQLite

About

A distributed processing system using Django and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published