Timeline for Remembering user credentials in standalone Application
Current License: CC BY-SA 3.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 25, 2015 at 22:59 | comment | added | Tomáš Zato | @dsmith I'm trying to implement remember me feature for an application that does not have any login API. As such, I need a two way algorithm. This answer did not help me. | |
| Dec 19, 2012 at 13:46 | vote | accept | srk | ||
| Dec 13, 2012 at 20:35 | comment | added | dsmith | Yes, salting is always a good idea to deal with rainbow-tables. Cheers. | |
| Dec 13, 2012 at 20:31 | comment | added | mike30 | Don't forget to apply a salt before hashing the password. To stop lookup attacks on weak passwords. | |
| Dec 13, 2012 at 20:17 | history | edited | dsmith | CC BY-SA 3.0 | 
        
            
             
                
                    fixed grammer, code formatting 
                
             
        
     | 
| Dec 13, 2012 at 19:58 | history | answered | dsmith | CC BY-SA 3.0 |