okay- got an "ssl library not found" error when I tried:

on closestack
  open file "binfile:settings.bin"
  encrypt fld "mypassword" using "bf-cbc" with "Danger, Will Robinson."
  --write it to file "settings.txt"


put the result write it to file "binfile:settings.bin" --put it into URL "binfile:settings.bin" close file "binfile:settings.bin" end closestack


I've also got Revolution 2.5. Do I have to make this an standalone (with the SSL library included) to test it?


Steve





The "on closestack" script created a "settings.txt" file. But it is empty.

That should be at least 24 bytes long. It should start out with the word "Salted".


Add an error check:

on closestack
   encrypt fld "password" using "bf-cbc" with "Danger, Will Robinson."
   put the result
   put it into URL "binfile:settings.bin"
end closestack

Does your version support encrypt/decrypt? What product and version do you have?

Dar

****************************************
    Dar Scott Consulting
    http://www.swcp.com/dsc/
    Programming Services
****************************************

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


--


-------------------------------------------------------------------------------------------------- Steve Bonham Director, Faculty Technology Development Laboratory Center for Excellence in Teaching - Georgia Southern University Statesboro, GA 30460-8143 -------------------------------------------------------------------------------------------------- _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to