Official Java implementation of the experimental SAS-RCS and SAS-RBS encryption algorithms, offering an easy way to integrate them into Java projects.
The API itself is a single Java class SAS_ROSET
For a more visually appealing and easier-to-navigate experience, visit the SAS-ROSET official website.
License: MIT License
- Download the SAS_ROSET.javafile. (Go to SAS_ROSET.java)
- Copy the SAS_ROSET.javafile into your project directory.
- Open the file in your IDE or text editor, and modify the package com.sas.roset.api;declaration at the top of the file to match your project's package structure.
- You can now access the SAS_ROSETclass as you would with any standard Javaclass.
A usage sample of the API is available in the Main.java file. (Go to Main.java)
