major change: Add security support & Adjust GUI

Change-Id: I7abef37169dec1ef4b68e760dee5214c147c1915
diff --git a/src/profile.proto b/src/profile.proto
index e9b15e8..586c5c0 100644
--- a/src/profile.proto
+++ b/src/profile.proto
@@ -7,5 +7,5 @@
     required string oid = 1;
     required string data = 2;
   }
-  repeated ProfileEntry entry = 2;
+  repeated ProfileEntry entry = 1;
 }
\ No newline at end of file