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
  1. Home
  2. Web Development
  3. ASP.NET
  4. File Upload Encryption

File Upload Encryption

Scheduled Pinned Locked Moved ASP.NET
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vivek_r
    wrote on last edited by
    #1

    Hi all, I would like to upload file to server with encryption. The requirement is that the file should either encrypted first before being uploaded or it can be encrypted later on after being uploaded. On downloading the file the file should be in the decrypted form. I am using ASP.NET 3.5 with C# Any help/suggestion will be appreciated.

    Happy Coding, Vivek Rathore

    A R 2 Replies Last reply
    0
    • V vivek_r

      Hi all, I would like to upload file to server with encryption. The requirement is that the file should either encrypted first before being uploaded or it can be encrypted later on after being uploaded. On downloading the file the file should be in the decrypted form. I am using ASP.NET 3.5 with C# Any help/suggestion will be appreciated.

      Happy Coding, Vivek Rathore

      A Offline
      A Offline
      anilpal
      wrote on last edited by
      #2

      hi, Can u know what kind of file u r going to upload?

      Regards Anil Pal

      1 Reply Last reply
      0
      • V vivek_r

        Hi all, I would like to upload file to server with encryption. The requirement is that the file should either encrypted first before being uploaded or it can be encrypted later on after being uploaded. On downloading the file the file should be in the decrypted form. I am using ASP.NET 3.5 with C# Any help/suggestion will be appreciated.

        Happy Coding, Vivek Rathore

        R Offline
        R Offline
        Right Handed Monkey
        wrote on last edited by
        #3

        It's probably going to be easier to encrypt the file after sending it (but really not very useful). Is the same host downloading the file? Unless the same host that is downloading the file, you'll need to send some sort of encryption key. This site will likely have all that you need to get started: http://www.devhood.com/Tutorials/tutorial\_details.aspx?tutorial\_id=489 A secure and useful method would be to open a secure communication using a public/private key pair and then the server could send an encryption code for the client to encrypt the file. The client would then send the encrypted file to the server and there the server could decrypt the file since it knows the encryption code. That way is going to be a lot more difficult, but more practical. Hope that helps.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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