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
pgcrypto already supports key-stretching during symmetric encryption,including the salted-and-iterated method; but the number of iterationswas not configurable. This commit implements a new s2k-count parameterto pgp_sym_encrypt() which permits selecting a larger number ofiterations.Author: Jeff Janes