Prepare passwords using Ant

Last update: 2023-10-02

Use Ant to encrypt your password:

  1. Navigate to [DRM SDK DVD]\Reference Implementation\Server\Reference Implementation Server\refimpl/

  2. Set the sdkdir property in build-refimpl.xml to point to the directory that includes the Primetime DRM Java SDK.

  3. Run the following command:

    ant -f build-refimpl.xml
    

On this page