Skip to content
Snippets Groups Projects
Commit dfacd7f6 authored by Jorge Moncadas's avatar Jorge Moncadas
Browse files

Actualización

parent 945e84fd
Branches
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public class AttributeEncryptor implements AttributeConverter<String, String> {
@Override
public String convertToEntityAttribute(String dbData) {
String[] data = dbData.split(" ");
String[] data = dbData.split(" "); //Con esto eliminamos los espacios al final de un dato
try {
cipher.init(Cipher.DECRYPT_MODE, key);
return new String(cipher.doFinal(Base64.getDecoder().decode(data[0])));
......
......
......@@ -51,6 +51,7 @@ h4 {
font-size: 1.2em;
padding: 3px 2px;
width: 95%;
}
.contenedor-input select{
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment