General :: Encrypt And Decrypt Password In Profile?

Jul 27, 2011

How do i encrypt & decrypt password in a file for security reason ? is there any shell scripts available to do the same?

OS : aix 5.3

View 3 Replies


ADVERTISEMENT

General :: How Can I Make Debian Encrypt And Decrypt My Home Folder

Jul 25, 2010

How can I make Debian encrypt and decrypt my home folder when I log in/out like Ubuntu does?

View 1 Replies View Related

General :: Crypt() Perl Function To Encrypt Password In Shell Scripts Or Encrypt Passwords?

Jan 8, 2010

I Have shell script like this

Code:
#!/usr/bin/expect
set password "XXXXXXXX"

[code]...

View 13 Replies View Related

Ubuntu :: Get Encrypt Decrypt Function Into Nautilus Again?

Aug 1, 2011

Have installed seahorse, gpg works otherwise, but the encrypt/ decrypt in the nautilus menu are still not present.

Anybody seen this? How to get the encrypt decrypt function into the nautilus again.

View 1 Replies View Related

Security :: Setup Vi To Automatically Encrypt/decrypt .pgp And .asc Files

Dec 17, 2010

I'm trying to setup vi to automatically encrypt/decrypt .pgp and .asc files. The encryption part works. If I "vi testfile.gpg" it will auto encrypt it on save.

However when I try and vi the encrypted file it does not prompt me for my pass phrase. I just get this:

Quote:

Here's what I have in my ~/.vimrc file.

Quote:

This is on gentoo linux if it makes any difference.

View 9 Replies View Related

Ubuntu Security :: Small Portable Encrypt/decrypt Programme ?

Mar 31, 2011

I was wondering if any free, small, portable, cross platform programme exists for encrypting/decrpyitng simple txt files?

I know a couple of small ones for windows systems (nosee, dscrypt) but i wonder if there is any i could use on both linux and windows OS. the idea is to be able to carry it on USB key and the programme (or probably there will have to be 2 versions of it) would run either on windows or linux os and i could decrypt and encrypt the file if i needed to. no matter on what system i plug the USB key to.

View 9 Replies View Related

Ubuntu Security :: Cross Platform File Encrypt/decrypt Software?

Feb 15, 2010

I want to be able to encrypt files on my netbook with Ubuntu 9.04 UNR and on my MacBook (Mac OS 10.6.2) and be able to exchange them and decrypt them on the other platform.The Ubuntu command Edit>Encrypt is so easy to use but works only on the netbook. I haven't, thus far, found a program to open them on the Mac or to create an encrypted file on the Mac that I can open on the netbook.

View 3 Replies View Related

Ubuntu :: Terminal Encrypt / Password Protect Folder

Apr 15, 2011

is there a way to password protect a file or folder from the terminal? i wanted to do this because I may have several friends depositing files on my ssh server that they don't want each other to see. Or i might have a file i don't want them to see.I installed cryptkeeper,but it can't take commands from the terminal. Anything else I can try?

View 1 Replies View Related

Software :: What Type Of Encryption Does Uclinux Use To Encrypt Password?

Nov 11, 2010

there is one problem i encountered here while working with Embedded Artist board or Lpc 2478 uclinux.so my questions.what type of encryption does this uclinux use to encrypt the password?instead of using these 2 username and password,can i put my own password and username?

View 1 Replies View Related

Ubuntu Security :: Firefox Master Password Does Not Encrypt Data

Jan 21, 2010

I just tried out setting a master password for Firefox saved passwords and compared the old and new (before and after setting the master password) signons.sqlite files. Although passwords were not stored in plain text in either of the files, I did notice that the files were exactly the same. Am I wrong in assuming that setting the master password did not encrypt anything at all, or am I simply looking at the wrong file?

View 9 Replies View Related

Fedora :: Root Profile Password Does Not Work

Sep 21, 2009

I can do su - and then type in my root password and then change users, but if I try to log in to the root profile, the same password doesn't work. What can I do to reset the root profile password?

View 9 Replies View Related

Programming :: Perl - Way To Encrypt Command-line Input When User Enter A Password ?

Nov 4, 2010

I need user to input a password through command line in Windows cmd prompt. Is there a way to encrypt the input (such as put it into ......) when user is typing ?

View 2 Replies View Related

Ubuntu :: No Access To Home - All Profile Settings Disappeared After Password Change

Aug 9, 2011

after a period of 3 months I had to change my ubuntu account password on my workstation.

Immediately after the change it seemed to work fine, but when I rebooted all the icons on the desktop, my personal data and themes account settings were gone.

I got an error that there was a problem with a file in my home directory. (I think .ICAccount or s.th like that) I don't remember the correct name, because I bypassed it using chmod 755 on my home directory.

No I dont get any error message but the files in my home folder and all settings are still gone.

There is a README.txt in my home folder:

Quote:

THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.

From the graphical desktop, click on: "Access Your Private Data"
or

From the command line, run: ecryptfs-mount-private

I can mount it by using the command but that doesn't fix the settings problem and the data that was previously stored on my Desktop doesn't apper. I also dont want to have an encrypted home directory. I didn't use that before. I'm using the whole disk LVM encryption that I applied using the alternate installation cd.

View 2 Replies View Related

Fedora :: Share Default Profile File By NIS Not Have To Setup Profile In Every NIS Clients?

Jul 28, 2010

How do I share default profile file by NIS so that I do not have to setup profile in every NIS clients?

View 3 Replies View Related

Ubuntu :: Edit Profile.ini To Lead To Windows Profile

Dec 21, 2010

I've already gotten into the .mozilla folder and found the profiles.ini file. My windows XP system has it's Documents and Settings folder on a seperate drive (D:Documents and settings) And I've located the profile (application datamozillafirefoxprofiles) Now all I need to do is put the path into the profiles.ini file in the .mozilla folder in Ubuntu. The problem is I don't know exactly how to format it.

In windows the path is:

How would I translate this into something ubuntu "follows?" I already have the profile name changed as well.

View 1 Replies View Related

General :: Encrypt The Sessions In Red Hat 4.2

Feb 15, 2010

How to encrypt the sessions in red hat 4.2.

View 4 Replies View Related

General :: Encrypt A Shell Script?

Aug 23, 2010

is there any good way to encrypt a bash script to make no one view its contents & so cant edit it

View 14 Replies View Related

General :: How To Encrypt A Single File

Sep 14, 2010

I need to temporarily store a file containing sensitive data in a public server, in a secure way. I think that encrypting the whole file would be much more secure than creating a passworded .zip encrypted file, because they could be subject of brute force attacks. Attacking a whole file of unknow format is harder, I think. I thought of something like the command:

Code:
$ programidontknow --encrypt mysensitive.file --output-file mumblerumble.file
then the program asks interactively for a password)
$ ls
mysensitive.file mumblerumble.file

So I get one file that may look like junk. I tried to search how to do it with GnuPG. But it seems that GnuPG needs much configuration I dont want to do. I simply want to type the password one time to get the file. It doesnt need to retain any configuration for what I want to do. In similar scenario, I would want to do this on a machine/account that is not mine.

View 7 Replies View Related

General :: Command - Encrypt A File Or Directory?

Feb 23, 2011

What 's the most popular command to do such things in terminal in linux?

View 4 Replies View Related

General :: Encrypt An Existing Partition While Preserving Its Data?

Nov 30, 2010

If I have a partition like /dev/hd1 that is unencrypted and want it to be encrypted, but want to keep everything currently in that partition, how can I do that?

View 2 Replies View Related

General :: Program To Encrypt Folders That Works In Windows

Jan 18, 2011

I'm using a crypt solution called DriveCrypt(for windows). But now I need a solution that does the same that DriveCrypt does but must to work in both Windows and Linux.Somebody know some software that works in Linux and Windows to encrypt folders?

View 2 Replies View Related

General :: Encrypt System Folders Without A Desktop Environment?

Jul 8, 2010

i have a centos 5.4 without desktop environment. i can only access certain system settings via browser (and of course console). i would like to encrypt some folders. but these folders are used by the system. can i encrypt them? will the system still be able to access these folders? if yes, how can i encrypt only through console or is there something web based software for this?

View 12 Replies View Related

General :: SSH Uses A Keypair To Encrypt Traffic Between The Host And Client

Dec 1, 2010

SSH uses a keypair to encrypt traffic between the host and client. Which key is stored by the client ?

View 2 Replies View Related

General :: Encrypt Using OpenPGP Certain Outgoing Emails On My Linux Server?

Aug 20, 2010

I am looking to be able to encrypt using OpenPGP certain outgoing emails on my linux server. Currently I have GPG setup with a public key, however encryption outgoing emails prooved to be harded.After a bit of research I have found GNU Anubis which acts as a middlemad between the MUA and the MTA, by encrypting emails before they reach my MTA (Sendmail)However I am having a bit of problem with the configuration of bind and remote-mta, as specified by anubis.I have the sendmail service running on port 25 and I want to leave it there, but I have configured my php.ini SMTP port to 24. So it runs through port 24 first and anubis then forwards the emails via remote-mta to port 25Here are my anubis configs:

bind localhost:24
local-mta /path/to/my/sendmail
remote-mta localhost:25

With all those set, I can't seem to get the basic modication of emails to work. (trying to change a certain subject to something else, just to see that anubis is working). However emails are still working with port 24 as the SMTP port.

View 1 Replies View Related

General :: Encrypt Full Partition Instead Of Creating A File And Encrypting It?

Jan 8, 2010

I want to encrypt Full partition instead of creating a file and encrypting it, and also want to move this disk to another server. do i need some files also (that hold keys) with my self on new server. i am using FC11.

View 2 Replies View Related

General :: Difference Between .profile And .env?

Oct 12, 2010

How can i edit the environment file?

View 3 Replies View Related

General :: How To Upload Pic Into Profile

Jul 12, 2010

how can i upload my pic into my profile.

View 9 Replies View Related

General :: How To Recover Profile

Apr 24, 2011

I am using red-hat linux-5 version. My profile become corrupt and now I can't see the files, folders I had saved. How can I recover my corrupt profile.when I open my profile there appears no data.

View 1 Replies View Related

Ubuntu :: Can't Decrypt GNU Key

Jul 11, 2010

I'm having trouble decrypting a GNU key from LaunchPad.I have followed what the doc's say about it but it doesn't work for me.My Thunderbird can't read it also. I have used the plug-in but I have hotmail.

View 1 Replies View Related

General :: Profile Is Not Sourced On Startup?

Mar 1, 2011

I've recently installed virtualenv + virtualenvwrapper on Linux Mint 10 LXDE. For convenience I've added the standard WORKON_HOME settings to my ~/.profile

export WORKON_HOME=$HOME/Envs
source /usr/local/bin/virtualenvwrapper.sh

Then I've noticed that workon does not work after login, which means the above commands were not run. If I source ~/.profile then it works. I'm really not sure what could cause .profile not being run? I've checked and I don't have .bash_profile or .

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved