diff --git a/doc/api/crypto.md b/doc/api/crypto.md index ce91007640a7ed..5e2af21dab19a5 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1222,6 +1222,7 @@ related operations. The specific constants currently defined are described in ### crypto.DEFAULT_ENCODING The default encoding to use for functions that can take either strings @@ -1231,8 +1232,9 @@ default to [`Buffer`][] objects. The `crypto.DEFAULT_ENCODING` mechanism is provided for backwards compatibility with legacy programs that expect `'latin1'` to be the default encoding. -New applications should expect the default to be `'buffer'`. This property may -become deprecated in a future Node.js release. +New applications should expect the default to be `'buffer'`. + +This property is deprecated. ### crypto.fips