Skip to content

Instantly share code, notes, and snippets.

View slugmandrew's full-sized avatar
⚛️
React, ahoy!

Drew Spencer slugmandrew

⚛️
React, ahoy!
View GitHub Profile
@slugmandrew
slugmandrew / EncryptionTest.scala
Last active March 31, 2020 14:33
Scala and Java encryption using javax.crypto
package com.efstech.pdm.blobstorage.upload
import com.efstech.pdm.blobstorage.encryption.FileEncrypterDecrypter
import com.efstech.pdm.common.util.UsesLogger
import javax.crypto.{Cipher, KeyGenerator}
import org.testng.Assert
import org.testng.annotations.Test
class EncryptionTest extends UsesLogger {