Search results for query: *

  1. L

    RijndaelManaged cryptography algorithm problem

    I declared the same keys without generate by functions CreateIV() and CreateKey(). Dim bytes() As Byte = New Byte() {18, 75, 192, 127, 72, 62, 40, 214, 139, 141, 126, 66, 133, 83, 118, 174, 173, 121, 226, 143, 220, 249, 23, 148, 69, 187, 137, 150, 80, 13, 180, 76} Dim...
  2. L

    RijndaelManaged cryptography algorithm problem

    I've got 3 errors. 'Concat' is not a member of 'System.Array' 'Skip' is not a member of 'System.Array' and 'Take' is not member of 'System.Array' Can I use your example to encode doc files?
  3. L

    RijndaelManaged cryptography algorithm problem

    I give the same key in function attribute. You mean the function CreateKey which supplied the same attribute key string give another value and this might be a problem? Hmm I thinking about difference beetween jpg and doc. Jpg have no problem with this key/IV (even if different), but doc and txt...
  4. L

    RijndaelManaged cryptography algorithm problem

    I used this function to encrypt and decrypt any files in my aplication but i've got problem. When I use this on .jpg, .png etc. (pictures) everything is allright but if i need to encode and decode .txt or .doc/.docx Ive got problem like: when I put orginal .txt like: SELECT TOP 1 @id = id...
  5. L

    Question Image src (not picture) cannot be loaded in Chrome

    Hello I've got a problem. I's seems simply but I didn't saw solution anywhere. In one aspx for example 1.aspx file I have got html contol img running at server. <img id='PreviewImage' runat="server" class="showAll" /> In file 1.aspx.vb in page load I need to set src of this img and I do it...
Back
Top