Welcome to the Xceed Community | Help
Community Search  
More Search Options

Encryption?

Sort Posts: Previous Next
  •  05-21-2009, 2:12 PM Post no. 21109

    Encryption?

    I'm looking for a solution that would allow me to compress then encrypt a file stream and upload the results to my server.  I see that your control allows for compression, is there an easy way to intercept the stream and apply an encryption algorithm before the upload proceeds?

     Thanks...

    - Mike :-)

    Filed under:
  •  05-21-2009, 4:13 PM Post no. 21122 in reply to 21109

    Re: Encryption?

    Silverlight supports AES encryption through the System.Security.Cryptography.AesManaged class.  So you could encrypt the data yourself, but then you would need to decrypt it yourself on the server side.

    However, Xceed Real-Time Zip for Silverlight also support WinZipAes encryption, via the Zip format.  So you could use this to create an encrypted zip archive that is constructed on the fly, as the stream is feed to the library, and send the file to the server with the help of the Upload library.  The server will end-up with a zip archive, that you can simply unzip.


    André
    Software Developer
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.