AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

encrypting AIML files
 
 

Hello guys okay?

I use the library in java “ab”. And the method to load the AIML files is below.

  GetBot public Bot () {
         Botname String = "Mybot";
         String path = dir;
         Bot bot = new Bot (botname, path);
         bot.brain.nodeStats ();
         return bot;
     }

On my path I have AIML folder. I want to use encrypted AIML files.

Already builds the method to encrypt and decrypt files. I want to know how can I use them. I read somewhere that I can do this with brain function. Can anyone help me?

 

 
  login or register to react