similar to: Question::page fault::vm:::encrypt and decrypt file data

Displaying 20 results from an estimated 10000 matches similar to: "Question::page fault::vm:::encrypt and decrypt file data"

2007 Jun 15
3
Simplest way to encrypt / decrypt a string?
I have done multiple google searches and searched the mailing list. All of the solutions I found seemed kind of heavy / complicated. I just want a very simple way to encrypt and decrypt a string. Something like: encrypt("fdsfdsfdsf", "some key"); decrypt("fdsfdsfsdf", "some key"); Is this possible? Thanks for your help. -- Posted via
2011 Sep 01
0
Encrypt/Decrypt files using Carrierwave to store in S3
Hi, I need to be able to encrypt files before storing them on S3, and then decrypt them when accessing them. The files will be images, documents, PDF, etc. I am using Carrierwave to handle the file upload and storage. I am storing them in Amazon S3. Has anyone done this, or have any ideas how this would be achieved? Thanks. -- You received this message because you are subscribed to the
2006 Jan 23
3
Encrypt/ Decrypt password
Hi, I have user add/edit forms.While creating a user I tried the following method to encrypt password and stored the encrypted password in the table. def self.sha1(pass) Digest::SHA1.hexdigest("#{salt}--#{pass}--") end But when I try to edit the page I get the encrypted password in the password field instead of the decrypted password. Is there any method to decrypt
2010 Mar 19
5
Encrypt/decrypt in R
Hi all, Does any one know of any encryption/decryption algorithms in R? I'm not looking for anything robust - I want some way of printing output to the screen that the user can't read immediately, but can decrypt a little later. The main thing I don't want to the user to see is a number, so (e.g.) ROT13 isn't appropriate. Hadley -- Assistant Professor / Dobelman Family Junior
2006 Nov 22
2
Pawel Krupinski's ssh-decrypt ssh-encrypt proposal
This sounded extremely interesting to me. one suggestion I would have is to use uuencoding first on encryption and uudecode on decryption to take care of the problem you mentioned "Of course RSA puts limits on the data that can be encrypted" that should take care of that. I was looking for a way of using ssh-agent to be used to allow certain applications to get passwords. Example: I
2013 Jan 09
5
R encrypt/decrypt
Hello, I am working on a web system (php) that uses R in the backend, and we need some basic fast encryption/decryption for the underlying mysql database that can be used by both R AND php. It does not need to be top-of-the-line, but just provide some basic level of fast encryption/decryption. Any suggestions? Thank you, Ramiro [[alternative HTML version deleted]]
2016 Jun 29
2
how to decrypt encrypted SIP user's secret
Dear all, My office have an old asterisk PBX system (asterisk 11.4), and it encrypt all the SIP User's secret. But the voip engineer before me didn't save / documented those password. Now the server's hardware is begin to broke, it hangs a lot, and have a lot of call problem. We already have a new asterisk PBX to replace it, but we have difficulty to retrieve the encrypted password.
2005 Mar 14
1
When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit.
Dear speex developer, I have a problem: I use SPEEXENC on my mono 8bit 11024 Khz Wav - works OK When decrypt using SPEEXDEC it's impossible decrypt to 8bit, the only way is 16bit. Is there any help? Thank you Rosta Janca -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Apr 10
0
decrypt.rb
>>> >> Yes. I gave it a try here, and it seems to work. Does it give any extra >> information if you include -i flag? >> >> Aki >> > > Yes, I had tried that, and it doesn't give much extra information, at > least to my eye, that seems to help my issue.? Above the previous > output it outputs the Version, Flags, Header length, Cipher algo,
2006 Aug 01
0
ADS share browsing error - Decrypt integrity check failed
Hello everyone, There is a FreeBSD box, which is a member of ADS domain. The domain has both W2000 and W2003 domain controllers. After upgrading to samba-3.0.23a I discovered that it is not possible to browse a share on a FreeBSD computer, but pam_winbind seems to work. Connecting from a WindowsXP box to the FreeBSD causes WinXP to ask for a password a number of times, and eventually say
2019 Apr 08
2
decrypt.rb
Per the Dovecot site here: https://wiki.dovecot.org/Plugins/MailCrypt ... the "decrypt.rb" ruby script can be used to decrypt a Dovecot-encrypted message file from the command line.? The script sort of runs successfully for me, in the sense that it doesn't error out, but it doesn't show the decrypted message. I've called it like so: decrypt.rb -k
2015 Mar 19
1
Kerberos: Failed to decrypt PA-DATA
Hi, Some users can't logon to their workstation if the session is negotiating with samba domain controller, the password is requested again and again. Samba is joined as a Domain Controller in a windows domain controllers. The users' s computers are joined also to the domain. But for some users the kerberos ticket is failing. Samba version 4.1.15 - Debian 7.8 Samba debug logs, level 3:
2006 Nov 16
2
ssh-decrypt
Hi, One of the problems we are facing is secure storage of passwords (database, bestcrypt, other applications/systems, ) and availability within users' scripts (perl, python, ...) or applications (Java, C, ). I'm sure that there are quite a few people who are facing the same issue and there are quite a few home made solutions, such as password obfuscators and/or solutions based on the
2019 Apr 09
0
decrypt.rb
On 9.4.2019 2.33, Dave via dovecot wrote: > Per the Dovecot site here: > https://wiki.dovecot.org/Plugins/MailCrypt > ... the "decrypt.rb" ruby script can be used to decrypt a > Dovecot-encrypted message file from the command line.? The script sort > of runs successfully for me, in the sense that it doesn't error out, > but it doesn't show the decrypted message.
2013 Feb 28
1
how to use before_filter to decrypt post data
hello, everybody. in ror, we can add a after_filter to a controller. def aes_encrypt response.body = AesHelper.aes_encrypt(response.body) end after_filter :aes_encrypt and all action''s repsonse int the controller can be encrypt. and my question is , how to decrypt data use before_filter, or anything else. ex: i want to post json data to /usr/register, the json data is
2016 Oct 26
2
samba-tool user getpassword --decrypt-samba-gpg
Hello, I'm looking to use the new 'samba-tool user getpassword' or 'samba-tool user syncpasswords' for syncing to an OpenLDAP server. I've configured the 'password hash gpg key ids' in smb.conf. Everything appears to be working fine, except the plaintext passwords returned from samba-tool user getpassword --decrypt-samba-gpg are different. Do the returned values
2019 Apr 11
2
decrypt.rb
> On 11 April 2019 00:49 David Salisbury via dovecot <dovecot at dovecot.org> wrote: > > > >>> > >> Yes. I gave it a try here, and it seems to work. Does it give any extra > >> information if you include -i flag? > >> > >> Aki > >> > > > > Yes, I had tried that, and it doesn't give much extra information, at
2019 Oct 17
0
Using Clevis/Tang (NBDE) to automatically decrypt volumes from within libguestfs
This is about Network-Bound Disk Encryption (NBDE) not to be confused of course with NBD! NBDE is where you use disk encryption in your virtual machines. But instead of having to type a passphrase when the guest boots, there is a network server which gives out tokens, so as long as the guest is booted from the trusted network it is able to boot unattended. In RHEL[1] we have three pieces of
2014 Oct 01
3
gpg can't decrypt message
Hey guys, Having a little gpg issue I was wondering if someone could help me with. A friend of mine sent me an encrypted message. So I searched online and found a a set of keys that correspond with his email address. And imported them. But when I go to decrypt the message, this is what I get: [root at ops:~] #gpg --decrypt roger-message gpg: encrypted with 2048-bit RSA key, ID 9617EA5C,
2012 May 22
1
decrypt udp tunnel
Hi everyone, this is my first email to this list. I've successfully set up a tinc tunnel between my OpenWRT (TPLINK MR3220) and my laptop (ubuntu 12.04). Routing -I'm using router mode- works fine and as expected. Awesome! Now, I was curious and wanted to actually see the udp tunnel protocol stack. Googling a little bit -does this expression exist?- I've found out that one could