General discussion

  • Creator
    Topic
  • #2289580

    Run website function programmaticly

    Locked

    by itmanager ·

    I upload data to my company’s website periodicaly and have to manually start an encryption program from the website. Is there any way the encryption process can be started automaticly when new data has arrived at the site? The site uses an SQL database with asp.net pages to run everything. I use an ODBC data source and SQL pass through queries from an Access database app to update the SQL tables.

All Comments

  • Author
    Replies
    • #2716504

      Reply To: Run website function programmaticly

      by sgt_shultz ·

      In reply to Run website function programmaticly

      isn’t this gonna depend on exactly how/what encryption program you are using. can you give us more

    • #2716462

      Reply To: Run website function programmaticly

      by itmanager ·

      In reply to Run website function programmaticly

      The following is an exerpt from an email from the developer. I wanted the data within certain fields to be encrypted on storage and then decrypted for display when a client logged in to the website. In a phone conversation later the developer told me that I had to manually encrypt newly uploaded data using the web page mentioned below. I want to have newly updloaded data encrypted as soon as it gets there so that I can completely automate the upload process.

      “There is a way within .NET to Encrypt and Decrypt ‘Salted’ Base64 Unicode
      Encryption natively.

      I created an encryption class in my code to handle this, and changed the
      data types of the SQL fields to nvarchar(unicode necessary) to accommodate
      these new large entries.

      I am still finishing up a Web-based (.aspx) Admin Web page that YOU can use
      to encrypt your newly inserted data (including new client names and
      passwords)”

    • #2722260

      Reply To: Run website function programmaticly

      by itmanager ·

      In reply to Run website function programmaticly

      This question was closed by the author

Viewing 2 reply threads