I want the below java code to be converted into nodejs
JAVA SecretKeySpec skeySpec = new SecretKeySpec(secret.getBytes("UTF-8"), "AES");