POV-Ray : Newsgroups : povray.off-topic : Paraniod Server Time
8 Sep 2024 05:18:30 EDT (-0400)
  Paraniod (Message 101 to 110 of 125)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Orchid XP v8
Subject: Re: Paraniod
Date: 6 Jul 2008 16:49:47
Message: <48712feb$1@news.povray.org>
Chambers wrote:

> // If you instantiate the following class you WILL BE FIRED!!!
> class Singleton {
> ...

...this works in C++? Neat!

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Orchid XP v8
Subject: Re: Paraniod
Date: 6 Jul 2008 16:50:07
Message: <48712fff$1@news.povray.org>
>>>> You do realize that if it's a company machine, he controls the boot
>>>> order.
>>> Yes, but (IIRC) in this part of the discussion it was said that it
>>> would be difficult for the manager of a company to prevent system
>>> administrators to read confidential information.
>>>
>>> If you are the manager, you can instruct system administrators to set
>>> the desired boot order on your PC.
>> If you are the manager, you can instruct the system administrators to
>> keep out of your files. Why are we having this discussion again? ;-)
> 
> Because not all sysadmins follow their manager's instructions.

...which is kind of the point I was making. ;-)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Orchid XP v8
Subject: Re: Paraniod
Date: 6 Jul 2008 16:51:38
Message: <4871305a$1@news.povray.org>
Jim Henderson wrote:

> What is the current max length of a Windows password?  I know my 20-
> character password had to be cut down to 14 IIRC on WinNT and possibly 
> Win2K - the dumb thing seemed to be that when setting the password, the 
> password got truncated and then hashed, but when checking, it was hashed 
> as is (or vice versa), so if you set your password to a value that was 
> too long, you could never login.

Isn't that cute?

Yes, I ran into this too. I think it varies depending on whether you use 
LANMAN or Kerberos. (So... it's nice and reliable then!)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Gail Shaw
Subject: Re: Paraniod
Date: 6 Jul 2008 17:40:01
Message: <48713bb1@news.povray.org>
"Orchid XP v8" <voi### [at] devnull> wrote in message
news:48712fff$1@news.povray.org...
> >>>> You do realize that if it's a company machine, he controls the boot
> >>>> order.
> >>> Yes, but (IIRC) in this part of the discussion it was said that it
> >>> would be difficult for the manager of a company to prevent system
> >>> administrators to read confidential information.
> >>>
> >>> If you are the manager, you can instruct system administrators to set
> >>> the desired boot order on your PC.
> >> If you are the manager, you can instruct the system administrators to
> >> keep out of your files. Why are we having this discussion again? ;-)
> >
> > Because not all sysadmins follow their manager's instructions.
>
> ...which is kind of the point I was making. ;-)

Yeah, but while it's hard to tell if someone has followed the instruction
"Don't read my files", it's fairly easy to tell if they've followed the
instruction to set the boot order of a particular machine..


Post a reply to this message

From: Darren New
Subject: Re: Paraniod
Date: 6 Jul 2008 20:16:17
Message: <48716051@news.povray.org>
Eero Ahonen wrote:
> And if you *need* those backups, 'cause the darn HD of the workstation 
> crashed, they are extremely secure? :)

You put an escrow key on a floppy and lock that up somewhere separate.

Some things could be easier, yes. :-)

-- 
Darren New / San Diego, CA, USA (PST)
  Helpful housekeeping hints:
   Check your feather pillows for holes
    before putting them in the washing machine.


Post a reply to this message

From: scott
Subject: Re: Paraniod
Date: 7 Jul 2008 03:17:20
Message: <4871c300$1@news.povray.org>
> This exact policy has led most passwords in the bank I work in to be a 
> combination of a random prefix and a numerical postfix.  When it's time to 
> change the password, you just increment the postfix, and done.

Tried that, "Password is too similar to a previous one".  I use that exact 
system for a particular password, but this stupid system really forces you 
to invent a totally new strong password every month.


Post a reply to this message

From: Gail Shaw
Subject: Re: Paraniod
Date: 7 Jul 2008 04:17:19
Message: <4871d10f@news.povray.org>
"scott" <sco### [at] laptopcom> wrote in message
news:4871c300$1@news.povray.org...
> > This exact policy has led most passwords in the bank I work in to be a
> > combination of a random prefix and a numerical postfix.  When it's time
to
> > change the password, you just increment the postfix, and done.
>
> Tried that, "Password is too similar to a previous one".  I use that exact
> system for a particular password, but this stupid system really forces you
> to invent a totally new strong password every month.
>

What I do is to pick a song or poem that I know well, and use 1 line of the
song each month. I'll reduce some words to just letters and replace some
letters with numbers. All I need to remember is the song, the line and what
conversion method I'm using.

Say for example Sting's song Desert Rose, I might get the following 4
passwords from the first 2 verses:

1DoR1DoGitDSand
1WiV1DoLaTRtmHand
1DoFTDaTtaHtwNTire
A1tFHSPitSoaMDesire

It's usually complex enough for most systems and it's a little easier to
remember than some made up mess.


Post a reply to this message

From: Stephen
Subject: Re: Paraniod
Date: 7 Jul 2008 06:01:32
Message: <haq3745onge9mo2sp6cjhjmus32bh3lfg1@4ax.com>
On Mon, 7 Jul 2008 10:16:10 +0200, "Gail Shaw" <initialsurname@sentech sa dot
com> wrote:

>What I do is to pick a song or poem that I know well, and use 1 line of the
>song each month. I'll reduce some words to just letters and replace some
>letters with numbers. All I need to remember is the song, the line and what
>conversion method I'm using.

Thanks, I'm always on the lookout for ways of generating passwords.
-- 

Regards
     Stephen


Post a reply to this message

From: Invisible
Subject: Re: Paraniod
Date: 7 Jul 2008 06:20:43
Message: <4871edfb$1@news.povray.org>
Gail Shaw wrote:

> What I do is to pick a song or poem that I know well, and use 1 line of the
> song each month. I'll reduce some words to just letters and replace some
> letters with numbers. All I need to remember is the song, the line and what
> conversion method I'm using.

I recall a study showed that if you just take any normal English 
sentence and use only the first initial of each word, the result is very 
similar statistically to a random selection of letters - in other words, 
it makes quite a strong password. (Provided it's sufficiently long anyway.)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Mike Raiford
Subject: Re: Paraniod
Date: 7 Jul 2008 08:31:11
Message: <48720c8f$1@news.povray.org>
scott wrote:
>> Dunno. I have loads of files on my computer that I wouldn't want to 
>> put on a shared drive. Financial documents, scripts with passwords 
>> embedded in them, drafts of letters, etc.
> 
> But on a *work* computer?
> 

Yeah, but some people put personal stuff on their laptop. I'm still 
trying to figure out what to do with former system harddrives that had 
quicken data on them. :/ Of course, due to recent problems around here 
with ID theft, I'm the type of paranoid that probably shreds more than 
the necessary amounts of paper. No sales receipt leaves my hands without 
going through a shredder, first. Some shredders will destroy CD's BTW...


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.