mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Add note about the addPadding function
This commit is contained in:
parent
59ebad0b53
commit
db8f267647
1 changed files with 4 additions and 0 deletions
|
|
@ -288,6 +288,10 @@ class Crypt {
|
|||
}
|
||||
|
||||
/**
|
||||
* Note: This is _NOT_ a padding used for encryption purposes. It is solely
|
||||
* used to achieve the PHP stream size. It has _NOTHING_ to do with the
|
||||
* encrypted content and is not used in any crypto primitive.
|
||||
*
|
||||
* @param string $data
|
||||
* @return string
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue