Tagged Questions

1
vote
1answer
27 views

Database encryption with user supplied pass-phrase

Hello, I'm going to build a small web application which stores some encrypted data in a database (sqlite). One requisite is not to keep the encryption key along with the database file , for obvious …
0
votes
3answers
47 views

SQL Symmetric Key and opening it from C#

Hi, I am trying to encrypt data in SQL Server via a Symmetric key. When a user submits data through a web form, I would like for the data to be encrypted, using my Symmetric Key that I have saved …
0
votes
3answers
56 views

Update and md5 password

Hi I store the customers passwords in DB using encryption. When the customer edits his personal data (including the password) the passwords are shown as ***** How can i understand that the use …
1
vote
4answers
54 views

Getting the original secretkey from hex format

This is the hex format of a secret key used for AES encryption 00010203050607080A0B0C0D0F101112 Can i generate the original SecretKey format or byte array from this? If so how?
1
vote
3answers
51 views

C#, how to check if value is encrypted using MD5 passphrase?

I have the following code to encrypt a value (listed below). Now I would like to write a bool isEncrypted() method. Is there a fool proof and reliable way to check if a value has been encrypted using …
0
votes
2answers
32 views

how to encode the ciphertext

the file abc.txt has several lines of ciphertext. i want to encode the line of ciphertext into hex encode or base64 before putting in string srr . is there any way i can do it ? bufferedReader = new …
0
votes
1answer
37 views

Missing numbers in the outputstream ( with Complete Details )

( To moderators - This is the 3rd related post of still unsolved problem , now i am posting with all details possible and after doing changes from previous post feedback , though this is a complete …
0
votes
1answer
28 views

Importing a private-public exchange key pair

Hi I want to export a RSA 1024 private-public exchange key pair from Machine-1 to Machine-2. I am using cryptoAPI in XP. In Machine-1, i generated the key pair. I wrapped a session key which …
0
votes
3answers
39 views

How to encrypt all existing stored procedures of a database

Is there any possibility to encrypt all existing stored procedures of a SQL Server 2008 database AFTER they have been created via an SQLCMD script? The reason I want to do this is the following: I'd …
0
votes
3answers
116 views

java - why do i keep getting -1 as the value of in.read(buf) ?

(To the Moderators ) please note that i had posted a related problem before but this is a more complete post so please dont close it as duplicate . you may close the previous post. whenever i get -1 …
0
votes
1answer
43 views

AES 256 in CTR mode

ctr mode makes it possible to use a block cipher as a stream cipher but how strong will be the encryption in this mode ?
0
votes
1answer
24 views

to start coding in C#.NET for eToken

Newbie request for advise. I have a task to develoop C# (VB.NET) service class (library) for storing/extractin user's passwords in/from Aladdin eToken devices. Advise me any: walkthroughs, …
1
vote
0answers
9 views

Has anyone know how to consume WCF Certificate based security WebServices from an iPhone app?

I'm trying to interact with a WCF web services using certificate based security and both message signature and encryption but with no luck. I had successfully implemented signature only …
1
vote
3answers
49 views

Is it possible to use AES with an IV in ECB mode?

From http://php.net/manual/en/function.mcrypt-encrypt.php, I saw the following codes using AES with an IV in ECB mode, <?php $iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, …
1
vote
3answers
81 views

how to encrypt string in php

I want to make one function like It should have some secret key to mix with so that one one can break it function encrypt($string) { $key ="mastermind" return encryptfunc($string,$key) } and same …

1 2 3 4 5 59 next
15 30 50 per page