• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revisão4c0dd05e2bd294909ea2a39c1407201064ad570e (tree)
Hora2009-06-21 20:42:44
Autorh677 <h677>
Commiterh677

Mensagem de Log

close #17467
新12桁では、+は.(ドット)に置換する仕様見たいなのであわせるようにした。

Mudança Sumário

Diff

--- a/Trip.pas
+++ b/Trip.pas
@@ -10,7 +10,7 @@ unit Trip;
1010 interface
1111
1212 uses
13- SHA1Unit, UBase64, SysUtils;
13+ SHA1Unit, UBase64, SysUtils, MojuUtils;
1414
1515 type
1616 CryptBlock = record
@@ -504,6 +504,7 @@ begin
504504 // V•ûŽ®
505505 StringHashSHA1(digest, pw);
506506 Result := Copy(HogeBase64Encode(digest), 0, 12);
507+ Result := MojuUtils.CustomStringReplace(Result, '+', '.');
507508 end;
508509 end;
509510 end;