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
A

antoine_boillier

@antoine_boillier
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Secure DLL
    A antoine_boillier

    Hi, Does somebody know a secure solution to ensure that the DLL an application is talking to hasn't been replaced with a fake one? I am thinking about implementing a "handshaking" procedure. With this method, the application sends a "challenge" random message to the DLL. The DLL responds with a value calculated using a one-way hash function. The application checks the response against its own calculation of the expected hash value. If the values match, the authentication is acknowledged; otherwise the application is terminated. Do you know other/better solutions? Remark: I am developing both the application part and the DLL part. Thanks. antoine

    C / C++ / MFC security cryptography regex question lounge

  • Secure COM DLL
    A antoine_boillier

    Hi, Does somebody know a secure solution to ensure that the DLL an application is talking to hasn't been replaced with a fake one? I am thinking about implementing a "handshaking" procedure. With this method, the application sends a "challenge" random message to the DLL. The DLL responds with a value calculated using a one-way hash function. The application checks the response against its own calculation of the expected hash value. If the values match, the authentication is acknowledged; otherwise the application is terminated. Do you know other/better solutions? Does COM provides some solution? Remark: I am developing both the application part and the DLL part. Thanks. antoine

    COM com security cryptography regex question
  • Login

  • Don't have an account? Register

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