Index: /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/client/app/modules/device/detail/setting.controller.js
===================================================================
--- /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/client/app/modules/device/detail/setting.controller.js	(revision 2757)
+++ /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/client/app/modules/device/detail/setting.controller.js	(working copy)
@@ -31,12 +31,13 @@
 
             settingViewModal.authenticationProtocols = [
                 {label: 'MD5', value: 'MD5'},
-                {label: 'SHA1', value: 'SHA1'}
+                {label: 'SHA1', value: 'SHA1'},
+                {label: 'SHA256', value: 'SHA256'}
             ]
 
             settingViewModal.privatePasswordProtocols = [
-                {label: 'MD5', value: 'MD5'},
-                {label: 'SHA1', value: 'SHA1'}
+                {label: 'AES', value: 'AES'},
+                {label: 'DES', value: 'DES'}
             ]
 
             var device_type_info = localStorageService.getWebStorage("device_type_info");
Index: /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/client/app/modules/device/modal/device.add.controller.js
===================================================================
--- /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/client/app/modules/device/modal/device.add.controller.js	(revision 2757)
+++ /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/client/app/modules/device/modal/device.add.controller.js	(working copy)
@@ -37,12 +37,13 @@
 
             addViewModal.authenticationProtocols = [
                 {label: 'MD5', value: 'MD5'},
-                {label: 'SHA1', value: 'SHA1'}
+                {label: 'SHA1', value: 'SHA1'},
+                {label: 'SHA256', value: 'SHA256'}
             ]
 
             addViewModal.privatePasswordProtocols = [
-                {label: 'MD5', value: 'MD5'},
-                {label: 'SHA1', value: 'SHA1'}
+                {label: 'AES', value: 'AES'},
+                {label: 'DES', value: 'DES'}
             ]
 
             var device_type_info = localStorageService.getWebStorage("device_type_info");
