Slashdot Mirror


User: azuredu

azuredu's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Use two layer customized authentication on Enforcing Crytographically Strong Passwords · · Score: 1
    I am developing a scheme of double layer customized authentication method with sysmask: http://wims.unice.fr/sysmask/doc/auth.txt.

    Put a whatever password in the usual /etc/shadow. Usually a weak but easy to remember one.

    When this password is accepted, put the user to a strong quarantine jail with a sh environment that can only be used to enter a second layer passphrase or any other custom authentication method.

    The second layer authentication can be a long but easy to remember phrase, enforced using a simple custom shell script. I myself am using interactive methods which is even stronger: even if my ssh line is cracked, the password is not leaked.

  2. WIMS on Open Source Math Software For Education? · · Score: 1
    Take a look at WIMS. It allows you to use most major OS math softwares without battling with the syntaxes, via a user-friendly web interface.

    Many features are not directly offered by the individual software packages, OS or not. In particular the capability of generating sophisticated random exercises that can be used for open-question examinations.

    More is to come but our experience shows that the existing tools are quite sufficient for freshmen needs in math computation.

    WIMS can be accessed eith as a website, or as a local installation.