All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xwc1125.common.crypto.shift.ShiftUtils_Test Maven / Gradle / Ivy

The newest version!
package com.xwc1125.common.crypto.shift;

/**
 * @Description:
 * @Author: xwc1125
 * @Date: 2022/1/28 11:51
 * @Copyright Copyright@2022
 */
public class ShiftUtils_Test {

    public static void main(String[] args) {
        String aa = ShiftUtils.getKeyValue("123456www.xwc1125.com", 3);
        System.out.println(aa);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy