Search 
You are here: Forums   
Latest PostsMinimize
RE: Switching database
by SteveT
on 17 May 2012 05:40 PM
RE: Switching database
by Jorgo
on 17 May 2012 04:29 PM
RE: Switching database
by fredz024
on 17 May 2012 03:43 PM
RE: Switching database
by Jorgo
on 17 May 2012 03:22 PM
RE: Switching database
by SteveT
on 17 May 2012 12:19 PM
Switching database
by Jorgo
on 16 May 2012 04:37 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 10 May 2012 02:37 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 09 May 2012 09:07 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 09 May 2012 02:36 PM
RE: Hack attempts seem to be taking down POP3
by emkry
on 09 May 2012 02:09 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 09 May 2012 02:03 PM
RE: Hack attempts seem to be taking down POP3
by emkry
on 09 May 2012 01:18 PM
RE: The operation not allowed on non-connected sockets. HELP!!
by whensen@holabird.com
on 30 Apr 2012 09:37 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 23 Apr 2012 09:14 PM

ArGoStuff User to User Support Forums
Password requirements
Last Post 10 Jan 2007 09:20 PM by Robin -. 7 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
AuthorMessages
Ben WylieUser is Offline
New Member
New Member
Send Private Message
Posts:3

--
15 Dec 2006 10:16 AM  
What are the Password Requirements?
Is there any point in having a very strict and secure password requirement policy on a site like this where obtaining someone elses password really isn´t going to help you very much.

It won´t let me change to a password of six characters with a mixture of letters and numbers.

Thanks,
Ben
Robin -User is Offline
Veteran Member
Veteran Member
Send Private Message
Posts:2289

--
15 Dec 2006 12:53 PM  
The issue with passwords is the fact that it protects not only the end user but other users and stops harvesting of email addresses.. Another issue, is when you are on the forum, you are not just on the web but on one of Steve's servers so he has too protect his own interest as well.
in my opinion you can never be to secure in thie electronic day and age

Robin
Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1300
Avatar

--
15 Dec 2006 02:40 PM  
Hi Ben,

The password requirement are this: minimum 7 characters. There is no requirement for numeric values in the password.

As Robin mentioned, I do need to maintain a level of security to protect my own servers and users, but the 7 character minimum is a DNN default.
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
Ben WylieUser is Offline
New Member
New Member
Send Private Message
Posts:3

--
10 Jan 2007 02:14 PM  
7 letters being the default seems strange to me, as in my experience 6 letters minimum is standard on the internet for this type of site (ie not internet banking etc). It's just annoying when you have a standard password for these sites, not to be able to use it. I would like to recommend just a 6 letter minumum password just for the convenience of your users.

Cheers,
Ben
Steve TopilnyckyUser is Offline
Forum Administrator
Veteran Member
Veteran Member
Send Private Message
Posts:1300
Avatar

--
10 Jan 2007 02:37 PM  
Hi Ben,
The 7 Letter minimum is actually the default setting. I could enable the requirement of alpha-numeric, but I chose not to. I will take your recommendation under advisement.
- - - - - - -
Regards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com/
Ben WylieUser is Offline
New Member
New Member
Send Private Message
Posts:3

--
10 Jan 2007 02:43 PM  
Hi Steve,

I realise it is the default, I just think it is a bit strange for a default! The alpha numeric thing i don't mind so much (if it were to be enforced) because that is fairly standard as well for many internet passwords.

Don't get me wrong, it isn't a life and death matter and I know you have far more important things to talk about and do, as do I, but it would be slightly more convenient for me if the minumum were shortened to six!

Have a very happy new year!

Ben
Robin -User is Offline
Veteran Member
Veteran Member
Send Private Message
Posts:2289

--
10 Jan 2007 09:17 PM  
I am amazed that people are still questioning password security Windows 2003 server by default makes you use 7 charaters minimum plus with a combination of numbers letters in both lower and upper case, plus other restrictions as follows:

Password history, select the Define this policy setting check box, set the value of Keep password history to 24,
Maximum password age, select the Define this policy setting check box, set the value of Password will expire in to 42,
Minimum password age, set the value of Password can be changed after to 1.
Minimum password length, select the Define this policy setting check box, set the value of Password must be at least to 7,
Password must meet complexity requirements, select the Define this policy setting in the template check box,
Store passwords using reversible encryption


With this in mind Steves password requirements are pretty weak and easy going, see links belwo for further info..

http://www.microsoft.com/technet/pr...rngpw.mspx

Robin

Robin -User is Offline
Veteran Member
Veteran Member
Send Private Message
Posts:2289

--
10 Jan 2007 09:20 PM  
Another solution for Ben would be for him too change all of his other passwords to 7 characters so that they are in line with the one he has to use with Argo??

My passwords as a minimum are always 8 chararcters or more

Robin
You are not authorized to post a reply.

Active Forums 4.2
DonationsMinimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoftMinimize
1 2 3 4 5 6


Mail Server v1.0.8.3
  • Added support of STARTTLS (STLS) command for SMTP, POP3, IMAP, and SMTP relay and delivery, which will allow secure, fully encrypted connections, when possible;
11/6/2011 1:10:34 PM
Mail Server v1.0.8.2
  • Optimized delivery speed. In earlier versions each "tick" which was checking whether messages were in the outbox queue, was picking up only one message at a time. Now it will attempt to pick MaximumAllowedThreads-ActiveDelivery threads messages, which should considerably increase deliver speed;
  • Optimized SEARCH and STATUS IMAP commands. They appear to be used very extensively by Android, and (not that extensively, but still) by iPhone. Now users who use mobile phones to access their IMAP accounts will see considerable improvement;
  • Optimized STORE IMAP command. Before storing of IMAP flags was occuring one message at a time, which seemed to be fine with SQL server, but proved to be slow for SQLite... Now it happens with single SQL call.
10/8/2011 7:59:35 PM
ArGoSoft Mail Server v1.0.8.1
  • Fixed a bug: when using IMAP via Firefox with "When I delete a message, move it to Trash folder" option, marking messages in the trash folder was causing high CPU usage, and was taking some time, making the server pretty much non-responsive. The problem was happening only when using SQLite.
6/6/2011 9:33:36 PM
ArGoSoft Mail Server v1.0.8.0
  • Fixed a problem with web interface - was showing only first page of messages, and would not switch to other pages; In order to fix the web interface, mail server itself has to be updated;
  • When installint initially, was still using SQLite, even when SQL was requested;
  • There was a problem with switching from SQLite database engine to SQL server database engine: the SQL database was not being created;
5/23/2011 5:53:55 PM
ArGoSoft Mail Server .NET v1.0.7.9
  • The server no longer requires Microsoft SQL Server. If SQL server is not found, it will use SQLite engine, which does not require separate installation. If SQL server is found, then user will be prompted whether he wants to use it;
  • Made other improvements, such as, now mailbox rebuild indexes orphaned records, rather then deleting them, also added an opotion to increment UIDL validity of folder (both on the Mailbox viewer box);
  • Made minor improvements on web interface;
4/26/2011 9:47:25 PM


1 2 3 4 5 6

Protect Your Computer today withGet AVG Today


Home:ArGoStuff:Forums:Articles:Cyber Security Tips:FAQ:Downloads:Links
Copyright 2006-2011 by ArGoStuff Terms Of UsePrivacy Statement