Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Feature Request: md5 for current file

    General Discussion
    2
    3
    2370
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Todd Matthews
      Todd Matthews last edited by

      Very happy to see the md5 feature; this would be even more helpful if there was a direct command to provide the md5sum for the active file. The typical use case this would elegantly cover would be the situation where the user is confirming information in a file and needs to ensure that he is the right file (which is indexed by an md5 elsewhere).

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Todd Matthews last edited by

        @Todd-Matthews

        if the CertUtil is still part of Windows then a run command shortcut

        cmd /K CertUtil -hashfile  "$(FULL_CURRENT_PATH)" MD5
        

        might do it. In addition there is a NppCrypt plugin which also has hash functions.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 1
        • Todd Matthews
          Todd Matthews last edited by

          Thank you! That provides the needed functionality.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors