Commit 682a9d23a2703648663c17705a402205e28c303d

Authored by Péter Szládovics
1 parent a9806217

add README

Showing 1 changed file with 4 additions and 0 deletions
README.md
1 1 # SMBind-ng
2 2 This is a forked project from smbind (http://sourceforge.net/projects/smbind/).
  3 +
3 4 This fork has many improvements, security changes and new features
  5 +
4 6 ## Improvements
5 7 * New design (css based, customizable)
6 8 * New .js library
... ... @@ -8,11 +10,13 @@ This fork has many improvements, security changes and new features
8 10 * No inline CSS and JS (except the login captcha)
9 11 * Key bindings
10 12 * CSS based inline graphical elements
  13 +
11 14 ## Security changes
12 15 * Login with Google ReCaptcha validation
13 16 * Password policy (JS based checking)
14 17 * No password traffic in HTTP channel (JS based encryption)
15 18 * Strict login and session checking
  19 +
16 20 ## New features
17 21 * Master and slave zones handling in one application
18 22 * Zone preview
... ...