Edgewall Software

Changes between Version 7 and Version 10 of Ticket #10975


Ignore:
Timestamp:
Apr 25, 2015, 11:49:15 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10975 – API Changes

    v7 v10  
     1* `trac.util.compat` provides an import of the `crypt` module that will fallback to `fcrypt` when `crypt` is not available. `None` is returned if `fcrypt` is not available.
     2* `trac.util` provides the `salt` function for use with cryptographic hash functions.