You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
接著,在您舉例的 ssl 原始說明文件中提到這個 method 用於建立一個 sslContext,一個用於紀錄 ssl 連線設定參數的物件。接著在 sslContext.set_ciphers() 裡的說明則提到欲使用這個 method 來變更 sslContext 所紀錄的加密方法,使用者的輸入應該符合 OpenSSL cipher list format,而導向的 [註1] 說明頁面中的確使用了 cipher string 來描述在ssl工具中 一個用於指定加密方法的字串
(按:CIPHER STRINGS The following is a list of all permitted cipher strings and their meanings.)
我看了一下 ssl 的內文,翻成 加密方法 的確也沒有問題,所以問題大概就出在當時 作為加密用的 secret 那句在哪....
如果按照 加密方法 去翻的話 劍橋給的定義
a system of writing that prevents most people from understanding the message 是沒有問題的
但 如果是 wiki 的定義:
In cryptography, a cipher (or cypher) is an algorithm for performing encryption or decryption—a series of well-defined steps that can be followed as a procedure.
則其也包含解密部分的邏輯 就可能會翻成 加解密方法
目前想法是這樣 供參
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.
Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.
🎥 Watch TMZ Live
TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.
Uh oh!
There was an error while loading. Please reload this page.
-
初步確認
術語原文
cipher
術語翻譯
TBD
說明
特指 cipher 作為加密用的 secret 時應該被翻譯成什麼,「加密方法」相關的意思則不在這次討論範圍內。
secret
一詞混淆。覺得使用「暗碼」一詞也許會相對好辨認,但目前並不是很通用。參考資料
Beta Was this translation helpful? Give feedback.
All reactions