@ -0,0 +1,27 @@
/**
*
*/
package com.ugsbo.Crypto;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
* @author christian
public class Crypt {
* @throws java.lang.Exception
@Before
public void setUp() throws Exception {}
@Test
public void test() {
fail("Not yet implemented");
}
@ -0,0 +1,17 @@
public class DeCrypt {