Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Get the iet-commons-utils v1.1.0 JAR from https://psl-95.ucdavis.edu/repo/edu/ucdavis/iet/commons/iet-commons-utils/1.1.0/
  2. Get the commons-codec v1.3 jar from https://psl-95.ucdavis.edu/repo/commons-codec/commons-codec/1.3/
  3. Make sure these two JARs are in the same directory
  4. From the command line, execute:
    Code Block
    borderStylesolid
    [<directory where the 2 JARs are>]$ java -classpath iet-commons-utils-1.1.0.jar;commons-codec-1.3.jar edu.ucdavis.iet.commons.utils.encryption.AESKeyGenerator
    
  5. You'll get output like:
    Code Block
    borderStylesolid
    Generated Key: OS2vyFblahKg0Ta1/rQBGQ==
    

See KEW Service Configuration for implementing the encryption key.