Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for AlBars

Hi I am using the following code to retrieve all the members of a specific active directory group. The code works but the problem is that the code returns all users in "distinguishedName" form which has a lot of extra info I don't need. I need the users to be …

Member Avatar for paulreg
0
2K
Member Avatar for divyakrishnan

Hi.. I want to encrypt and decrypt a password using c#.net.If any body knows please help me.

Member Avatar for AlBars
0
1K
Member Avatar for AlBars

im using aes to encrypyt a string, store in sql server database, and then decrypyt it from the database at will. It encrypts fine but during the decrypt my cryptostream.read causes an index out of bounds error, i dont know why. [CODE=csharp] public string EncryptA(string dataToEncrypt, string password, string salt) …

0
56
Member Avatar for AlBars

Hi I new here I have a couple of questions. I am trying to authenticate login and password and Im getting a few errors. 1. first is the db error in my dbqueries class file. I am using sqlce for testing purposes. [code] public DataSet Login(string Username, string Password) { …

Member Avatar for AlBars
0
141