Tagged Questions
2
votes
1answer
101 views
How to decrypt files on a Windows domain, without user account password?
I have a Server 2008 file server, and and while here an employee encrypted several files, and has now since left to seek greener pastures.
I want to decrypt the files, so others can access them. Can ...
8
votes
4answers
493 views
Encrypt temporary password using public ssh key
I manage a virtual office and our staff uses both SSH keys and passwords for authentication. If one of our staff forgets his password, is there a way to encrypt a temporary password using his public ...
5
votes
2answers
2k views
Are there huge drawbacks to using an excel 2010 document for password management?
At my old job, we used an open-source, (IMO) secure method for managing network infrastructure, and other important hosts' passwords [with Keepass]. At my new job however, it seems like they're using ...
-1
votes
4answers
80 views
File and Database encryption [closed]
Just curious what do you guys use for file or database encryption? Any good programs out there or techniques employed for securing IT personal information? Main reason is the company I work for has ...
4
votes
3answers
294 views
How can I cache a Subversion password on a server, without storing it in unencrypted form?
My Subversion server only provides access via HTTPS; support for svn+ssh has been dropped because we wanted to avoid creating system users on that machine just for SVN access. Now I'm trying to ...
0
votes
3answers
628 views
Get cryptsetup working without typing a password
I have used cryptsetup to encrypt an external hard drive.
I have no problem at using the encrypted hard drive in this way:
/sbin/cryptsetup luksOpen /dev/sdc1 backup
// typing password
// ...
0
votes
4answers
398 views
What's the benefit of using asymmetric keys over passwords?
Is there a benefit to using keys over regular passwords when it comes to logging into a remote server over SSH? (Besides not having to remember/input that password)
2
votes
3answers
1k views
Mac OSX Server: svn via ssh command line and encrypted passwords
When I log into our mac mini server running OSX 10.6 via ssh and use svn I get the message:
ATTENTION! Your password for authentication realm:
can only be stored to disk unencrypted! You are ...
5
votes
6answers
10k views
How should someone create an encrypted password for /etc/shadow?
I am setting up a new account on a Linux box for Subversion repository access, and can send the password to the new user. However, I think there was a command line utility for this new user to encrypt ...
0
votes
1answer
49 views
Using the -H Option to Create Users with the pw Utility
I'm using pw to add users to a FreeBSD system and I'd like to use the -H option, e.g.,
pw add user userfoo -H pwfile
The man page says that I need to have a password "supplied already encrypted in ...
2
votes
2answers
284 views
How do I set up Apache HTTP authorization with a salt in my password?
I'm using mod_auth_mysql with Apache 2 and MySQL 5 for apache authorization. Right now our passwords are being stored in the plain in our database. As a new requirement, we have to store them with a ...
1
vote
4answers
1k views
Novell Groupwise 7 to Google Apps LDAP Password
So I am attempting to Migrate all our user account information from Novell to Google Apps using Google Apps Directory Sync, one problem I've run into is Password Encryption Method, I have no idea what ...
7
votes
9answers
3k views
How secure are passwords with under 20 characters length?
I recently received a recommandation for setting my password to above 20 characters. The algorithm used for encryption is AES with a 256 bit primary key. How secure is a, let's say, 8 char password ...