Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

M Ambigai

@M Ambigai
About
Posts
24
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HL7
    M M Ambigai

    Hi, i used hl7 to xml converter article, it returns a xml document as a string. can i get it as a document itself, how? how can i read the xml document and populate my database?

    C#

  • HL7
    M M Ambigai

    Sir, How to validate a hl7 msg

    C# tutorial

  • XML
    M M Ambigai

    Sir, How to read a xml file and populate the database with data in it.

    C# database xml tutorial

  • hover menu
    M M Ambigai

    sir, i have placed two panels in item template in template field, 1 for edit,delete functions, and other for my data to be displayed. but while running it i get both the panel displayed in a row.

    ASP.NET css

  • wpf
    M M Ambigai

    Sir, i have visual studio 2005. Should i jump to 2008 version to work with wpf..

    WPF csharp visual-studio wpf announcement

  • HL7
    M M Ambigai

    Sir, can u state methods to extract data from hl7 message

    C#

  • hover menu
    M M Ambigai

    sir, my hover menu is not working properly.can u give a sample for grid displaying name and city

    ASP.NET css

  • byte[] to string
    M M Ambigai

    Sir, please explain it in detail

    ASP.NET help regex

  • byte[] to string
    M M Ambigai

    No sir . Its not working

    ASP.NET help regex

  • byte[] to string
    M M Ambigai

    sir, Just to encrypt a string, i used this code. code: public string encryptText(string plaintext,string passpharse,string saltValue,string hashAlgorithm,int passwordIterations,string initvector,int keysize) { byte[] InitVectorBytes = Encoding.ASCII.GetBytes(initvector); byte[] saltValueBytes = Encoding.ASCII.GetBytes(saltValue); byte[] plaintextbytes = Encoding.ASCII.GetBytes(plaintext); PasswordDeriveBytes password = new PasswordDeriveBytes(passpharse, saltValueBytes, hashAlgorithm, passwordIterations); byte[] keyBytes = password.GetBytes(keysize / 8); RijndaelManaged symmetricKey = new RijndaelManaged(); symmetricKey.Mode = CipherMode.CBC; ICryptoTransform encryptor = symmetricKey.CreateEncryptor(keyBytes, InitVectorBytes); MemoryStream memorystream = new MemoryStream(); CryptoStream cryptostream = new CryptoStream(memorystream, encryptor, CryptoStreamMode.Write); cryptostream.Write(plaintextbytes, 0, plaintextbytes.Length); cryptostream.FlushFinalBlock(); byte[] ciphertextbytes = memorystream.ToArray(); memorystream.Close(); cryptostream.Close(); string ciphertext = Convert.FromBase64String(ciphertextbytes); return ciphertext; } I've got the following errors: Error 1 The best overloaded method match for 'System.Convert.FromBase64String(string)' has some invalid arguments.54,29 Error 2 Argument '1': cannot convert from 'byte[]' to 'string'.54,54 Please help me to resolve it.

    ASP.NET help regex

  • RSA
    M M Ambigai

    Hello sir, I wish to use rsa algorithm to encrypt my data. Can i create my own key to encrypt an decrypt my data? As i'm a beginer, i wish to get a detailed explanation..sir.

    ASP.NET algorithms question

  • SHA1
    M M Ambigai

    Sir, To encrypt and also decrypt what algorithm can be used

    ASP.NET question help

  • SHA1
    M M Ambigai

    Sir, How can i decode it again to login?

    ASP.NET question help

  • Email
    M M Ambigai

    Hello sir, On registering our details to a new website, we recieve a confirmation mail along with user name, and password. How is it possibile? How can i do so using c#?

    ASP.NET question csharp

  • SHA1
    M M Ambigai

    Hello sir, I have to encrypt my password.I used the following statement. string pswd = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPswd.Text, SHA1 ); Error message is "SHA1 is a type not a variable". How can i do?

    ASP.NET question help

  • mail
    M M Ambigai

    yse sir, i have to encrypt my password

    ASP.NET question csharp asp-net security

  • mail
    M M Ambigai

    Hi sir, How can i send mail in asp.net. Can we use encryption algorithms in login page? how?

    ASP.NET question csharp asp-net security

  • XML files
    M M Ambigai

    Hi, In servelet, how can i read an xml file

    Java xml question

  • AJAX
    M M Ambigai

    Hello sir, I'm using visual studio 2005. There is no ajax tools. How can i use AJAX tools in my programs?

    ASP.NET question csharp visual-studio tools

  • SQL2005
    M M Ambigai

    Sir, I've newly installed SQL2005. While opening management studio it asks for server name. I couldn't connect database in asp.net using this installed sql

    MySQL database csharp asp-net sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups