Jump to content

Talk:Md5deep: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Twredfish (talk | contribs)
No edit summary
Rowaasr13 (talk | contribs)
No edit summary
Line 11: Line 11:
::By that notion, nearly every *nix application isn't notable because most can be done by piping appropriate commands on the command line. Md5deep was the first program to automatically perform its functions, and is a standard in many [[Information Assurance|IA]] and [[computer forensics]] fields. That, of course, being from my own observation. [[User:Rurik|Rurik]] ([[User talk:Rurik|talk]]) 15:53, 8 December 2008 (UTC)
::By that notion, nearly every *nix application isn't notable because most can be done by piping appropriate commands on the command line. Md5deep was the first program to automatically perform its functions, and is a standard in many [[Information Assurance|IA]] and [[computer forensics]] fields. That, of course, being from my own observation. [[User:Rurik|Rurik]] ([[User talk:Rurik|talk]]) 15:53, 8 December 2008 (UTC)
:::I do believe it was first (if it was at all) because nobody ever needed to make this a separate program. I, for example, just click Ctrl-G on list of files in [[FAR Manager]] for years already select md5sum from list and don't even think about having separate program to replace 2-5 keystrokes. Win32 users may simple use built-in file find functionality and drag-n-drop results to any visual checksum program that supports it. Yes, by this notation many *nix programs are not notable as well, but I don't really care in a sense that I have nothing against description of this program here in Wikipedia, but I would really hate to see it claim to be first to offer function that is for years already used in many other programs, just in a more general form. --[[User:Rowaasr13|Rowaa[SR13]]] ([[User talk:Rowaasr13|talk]]) 17:07, 8 December 2008 (UTC)
:::I do believe it was first (if it was at all) because nobody ever needed to make this a separate program. I, for example, just click Ctrl-G on list of files in [[FAR Manager]] for years already select md5sum from list and don't even think about having separate program to replace 2-5 keystrokes. Win32 users may simple use built-in file find functionality and drag-n-drop results to any visual checksum program that supports it. Yes, by this notation many *nix programs are not notable as well, but I don't really care in a sense that I have nothing against description of this program here in Wikipedia, but I would really hate to see it claim to be first to offer function that is for years already used in many other programs, just in a more general form. --[[User:Rowaasr13|Rowaa[SR13]]] ([[User talk:Rowaasr13|talk]]) 17:07, 8 December 2008 (UTC)
:::Even referenced discussion at Debian tracker mentions how completely trivial this piece of software is. Can I, in similar vein, spend this evening creating binaries for calculating 1+1, 2+2, etc. up to 1000 and then add new 1000 glorious pages to Wikipedia describing every of those "programs" I've created? I assume every of those 1000 would be "the first program to automatically perform its functions" as well. --[[User:Rowaasr13|Rowaa[SR13]]] ([[User talk:Rowaasr13|talk]]) 17:16, 28 June 2010 (UTC)


"Public Domain" isn't a license. [[User:KMeyer|KMeyer]] ([[User talk:KMeyer|talk]]) 01:34, 2 January 2009 (UTC)
"Public Domain" isn't a license. [[User:KMeyer|KMeyer]] ([[User talk:KMeyer|talk]]) 01:34, 2 January 2009 (UTC)

Revision as of 17:16, 28 June 2010

WikiProject iconComputer Security: Computing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computer Security, a collaborative effort to improve the coverage of computer security on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing.
Things you can help WikiProject Computer Security with:
Article alerts will be generated shortly by AAlertBot. Please allow some days for processing. More information...
  • Answer question about Same-origin_policy
  • Review importance and quality of existing articles
  • Identify categories related to Computer Security
  • Tag related articles
  • Identify articles for creation (see also: Article requests)
  • Identify articles for improvement
  • Create the Project Navigation Box including lists of adopted articles, requested articles, reviewed articles, etc.
  • Find editors who have shown interest in this subject and ask them to take a look here.
Please add {{WikiProject banner shell}} to this page and add the quality rating to that template instead of this project banner. See WP:PIQA for details.
WikiProject iconComputing Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Please add {{WikiProject banner shell}} to this page and add the quality rating to that template instead of this project banner. See WP:PIQA for details.
WikiProject iconComputing Start‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.

Hashdeep

Looks like 'hashdeep' is now also given out with md5deep. Should it be mentioned here or get a new page? Tabitha.able (talk) 14:58, 1 March 2009 (UTC)[reply]

Notability

Is it a notable software? `a5b (talk) 22:19, 11 August 2008 (UTC)[reply]

Hardly. This task can be easily done with either | (pipe) of find from findutils + any hashing program you want or any other generic file list processor, like those present in almost any GUI and console-mode file manager. Because of that, I also doubt this article should have link from MD5 page either. --Rowaa[SR13] (talk) 12:47, 8 December 2008 (UTC)[reply]
By that notion, nearly every *nix application isn't notable because most can be done by piping appropriate commands on the command line. Md5deep was the first program to automatically perform its functions, and is a standard in many IA and computer forensics fields. That, of course, being from my own observation. Rurik (talk) 15:53, 8 December 2008 (UTC)[reply]
I do believe it was first (if it was at all) because nobody ever needed to make this a separate program. I, for example, just click Ctrl-G on list of files in FAR Manager for years already select md5sum from list and don't even think about having separate program to replace 2-5 keystrokes. Win32 users may simple use built-in file find functionality and drag-n-drop results to any visual checksum program that supports it. Yes, by this notation many *nix programs are not notable as well, but I don't really care in a sense that I have nothing against description of this program here in Wikipedia, but I would really hate to see it claim to be first to offer function that is for years already used in many other programs, just in a more general form. --Rowaa[SR13] (talk) 17:07, 8 December 2008 (UTC)[reply]
Even referenced discussion at Debian tracker mentions how completely trivial this piece of software is. Can I, in similar vein, spend this evening creating binaries for calculating 1+1, 2+2, etc. up to 1000 and then add new 1000 glorious pages to Wikipedia describing every of those "programs" I've created? I assume every of those 1000 would be "the first program to automatically perform its functions" as well. --Rowaa[SR13] (talk) 17:16, 28 June 2010 (UTC)[reply]

"Public Domain" isn't a license. KMeyer (talk) 01:34, 2 January 2009 (UTC)[reply]

Application

A subject matter expert should write a small section in the article explaining why this is a tool that is needed. Under what circumstances would it be of value to have an MD5sum of every file in a filesystem? Twredfish (talk) 18:23, 10 February 2010 (UTC)[reply]