Posts by Rafael Pontin • 137 points
6 posts
-
1
votes1
answer28
viewsQ: Does Mysql Arabic return?
I have the following problem: In my PHP code I’m making a select in a table containing information in Arabic اختبار. However in PHP it is returning ?????. I’m using Php 5.2.10.…
-
1
votes0
answers238
viewsQ: Primefaces - ColumnToggler Size
I have a datatable with a columnToggler, however I would like to remove the fields without increasing the size of the first field. I’m Using Primefaces 6.0. <p:dataTable id="cars" var="car"…
-
3
votes1
answer73
viewsA: Cryptographic test diverging from class execution
I decided to change the following line: Cipher c = Cipher.getInstance("AES/ECB/NoPadding");
-
3
votes1
answer73
viewsQ: Cryptographic test diverging from class execution
I made my class in java for encryption using AES. However I went to test it on this site here: http://aesencryption.net/ Java class: text: test key: abcdefghijklmno1 outworking:…
-
1
votes1
answer140
viewsQ: AES JSF encryption
I have a problem with Seguinte, I have an AES encryption algorithm. When I run it by main it works, but when I run it on a jsf page and decrypt the text it returns several ???? when it contains…
-
4
votes2
answers812
viewsQ: Pegar sql Hibernate
Good morning. I have the following problem, I need to take sql executed by Hibernate and save in a string. But I have no idea how to do that, someone could help?