views:

47

answers:

0

We have a wireless controller that prompts client machines for a username and pass using radius, the wireless controller than relays that request to us, where we need to then send that request to a third party unencrypted.

  1. is it possible to emulate a radius server in .net is there an api.
  2. is there a radius encryption algo short of clear text that allows for decryption with a shared key between my app server and the wireless controller.
  3. anybody done this before?