How can I hide the lotusscript code contained in an nsf database

Dear All,

I have implemented a Lotusscript application in a database (in an .nsf file).

This database is going to be delivered to my customers.

However, I would like to hide my code which is contained in the database.

Is it possible to encrypt/encode an entire .nsf file? Do you have any suggestions for this purpose?

Thanks a lot for your support.

Mikaël Donini, Arkadin France.

Subject: hide design and/or $ScriptLib

Hi!

In Lotus Notes/Domino use normaly the “hide formula and lotusscript” option of a database.

(make a template of your database and update your database from this template with this option)

But…it is able to restore the design by api calls (some tools use this: YTRIA)

Also you can remove the item $ScriptLib from your scriptlibraries - for this you need an lotusscript agent.

In this case it is not possible to recompile or edit the code - it is removed. The compiled code is inside the library and forms, views, etc. can use it (like a class file in java).

Greetings Michael

Subject: thank you

Michael,

Thanks a lot for your answer.

It solves my problem.

Mikaël.