1. What can be implemented to protect unwanted SMS messages from being sent?
  2. What should we say to the user concerning the use/exposure of their cell number?
  3. Should we be concerned about the sms message being intercepted if we only accept the message if it is given through the current web session it was sent from?
  4. Is this a sufficient secret key:
     SecureRandom random = new SecureRandom();
            String skey = new BigInteger(35, random).toString(32);  (this results in 7 alphanumeric characters like '7a0ltar' - noting that alpha characters are lowercased.)
  5. How long should the sms key be good for (e.g. 5 minutes?)?
  6. Is VT ID and otp2sms sufficient for authentication?
  7. Should the user be allowed to setup more than 1 remote id provider?
  8. Is VT ID and a single successful remote auth event sufficient for authentication?
  9. Do we need something else like captcha to slow the app down to mitigate scripting?

Attendees

Kevin Rooney, Randy Marchany, Mary Dunker, Michael Hosig, Daniel Fisher, Karen Herrington, Greg Kroll, Ismael Alaoui, Philip Kobezak, Susan Brooker-Gross, Doug Atwater

Meeting Notes