[DeviceHome] Remove out-date comments 72/274772/1
authorsinga2000 <cookie@samsung.com>
Mon, 9 May 2022 06:50:21 +0000 (15:50 +0900)
committersinga2000 <cookie@samsung.com>
Mon, 9 May 2022 06:50:21 +0000 (15:50 +0900)
Now encryption is enough, and it's no longer necessary to encrypt once more with ciper.
It fixed the SSMS 220505-0001 issue.

Change-Id: Ic5d5724810fe66a9bc9f790cccf9226d4183e26a
Signed-off-by: singa2000 <cookie@samsung.com>
device_home/service/security.js

index 93aebb6..be8be98 100755 (executable)
@@ -19,10 +19,7 @@ module.exports.Security = class Security {
         },
         privateKeyEncoding: {
           type: "pkcs1",
-          format: "pem",
-          // TODO: Enable ciper and passphrase
-          //cipher: "aes-256-cbc",
-          //passphrase: pincode
+          format: "pem"
         }
       }, (err, publicKey, privateKey) => {
         // Handle errors and use the generated key pair.