posted on Jul, 8 2015 @ 10:31 AM
a reply to:
projectvxn
Write your own and then encrypt it with aes is my advice. You need a server for that. The problem is, if you go unmanaged, you run into defending your
dedicated server pretty soon
against all kind of bots. If you go the managed route, you can´t be sure if they do the job with the updates and
fixes at least and you know, there is always a way regardless of security measures. Running this stunt alone takes time and knowledge and is almost
impossible. Costs aside...
A general advice, make yourself an algorithm that you can keep in your head to calculate pws on the fly if you asign short numbers or build some kind
of logic tree in your head for account management. This way you have pws that can be the lenght of 30 chars for example -or more-, lacking words using
the SHIFT periodic, that would be predictable and you do not have to learn them. Since the algorithm is in your head, no one can predict your
passwords.
edit on 8-7-2015 by verschickter because: (no reason given)