java: String key = "1234567890"; perl: my $key = "1234567890"; #### java: byte[] bytes = new byte[256]; #### java: byte[] kbytes = key.getBytes();