How secure are yours? I use something everyone who mastered grammar school certainly knows about. Still, hackers would have a rather hard time to crack it, for sure...
371- 528 - 818 - ?
foetz wrote: for online accounts i only use generated stuff as well as for local services that can be reached from the outside
pi=4,25?miod wrote: Well, just write down your password in this thread, and we'll tell you if they are strong enough, for free! Aren't we kind hearts?
Oskar45 wrote:pi=4,25?miod wrote: Well, just write down your password in this thread, and we'll tell you if they are strong enough, for free! Aren't we kind hearts?
josehill wrote:foetz wrote: for online accounts i only use generated stuff as well as for local services that can be reached from the outside
Hey, foetz, great to see you here again!
Do you use a password manager to "remember" the generated passwords? If so, is there a particular one that you recommend?
Code: Select all
CREATE TABLE `accounts` (
`COMPANY` varchar(100) default NULL,
`LOGIN` varchar(50) default NULL,
`PASS` varchar(50) default NULL,
`id` int(11) NOT NULL auto_increment,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;