| Anonymous | Login | Signup for a new account | 19-06-26 10:34 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0002110 | SphereServer | new feature request | public | 09-11-12 16:10 | 01-03-14 04:05 | |
| Reporter | babidi | |||||
| Assigned To | khaos | |||||
| Priority | normal | Severity | major | Reproducibility | N/A | |
| Status | closed | Resolution | no change required | |||
| Platform | OS | OS Version | ||||
| Product Version | 20-09-2009, 0.56b Prerelease | |||||
| Target Version | Fixed in Version | |||||
| Summary | 0002110: crypt function | |||||
| Description | i noticed that is no way of crypt should be added something to crypt and decrypt with a key something like crypt(key,string) decrypt(key,string) | |||||
| Tags | No tags attached. | |||||
| Nightly Version | Automated (specify build number) | |||||
| Experimental Flags | None | |||||
| Option Flags | None | |||||
| Internal Build Number | ||||||
| Attached Files | ||||||
Notes |
|
|
(0001426) babidi (reporter) 13-11-12 18:16 |
no comment? should be easy to add, or not? |
|
(0001434) babidi (reporter) 19-11-12 21:24 |
some consideration with this? |
|
(0001437) babidi (reporter) 28-11-12 14:33 |
what is so difficult to implement? |
|
(0001438) Ben (manager) 02-12-12 04:02 |
not dificult... just not a priority |
|
(0001819) khaos (developer) 14-12-13 17:49 |
There is spherecrypt program now for encryption keys. If you are asking for encrypted scripts; no there will not be an implementation for this. |
|
(0001820) babidi (reporter) 14-12-13 17:53 |
was asking for a function wich can crypt a a text with a key and decrypt it with same key. you can hold values crypted in tags to not let directly staff seeing and changing it |
|
(0001821) khaos (developer) 14-12-13 19:22 |
Could this not be done with a generation of a random tag/var # and store the information in a script or list? |
|
(0001827) Coruja (developer) 14-12-13 20:00 |
probably you're thinking about store passwords? :P it can be done without decrypt, just encrypt it and then check both values encrypted [FUNCTION StorePassword] TAG.PASSWORD = "<MD5HASH <ARGS>>" [FUNCTION CheckPassword] IF !STRCMP("<MD5HASH <ARGS>>","<TAG.PASSWORD>") SAY correct password ELSE SAY wrong password ENDIF |
|
(0001828) babidi (reporter) 14-12-13 20:04 |
no. to store credits/score for example |
|
(0001831) khaos (developer) 14-12-13 21:00 |
That was done prior with VAR or utilizing the MySQL database for storing information as such. With the MySQL database your admin's cannot get access to it. |
|
(0001980) Ben (manager) 01-03-14 04:04 |
Not needed. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 09-11-12 16:10 | babidi | New Issue | |
| 13-11-12 18:16 | babidi | Note Added: 0001426 | |
| 19-11-12 21:24 | babidi | Note Added: 0001434 | |
| 28-11-12 14:33 | babidi | Note Added: 0001437 | |
| 02-12-12 04:02 | Ben | Note Added: 0001438 | |
| 14-12-13 17:49 | khaos | Note Added: 0001819 | |
| 14-12-13 17:49 | khaos | Status | new => closed |
| 14-12-13 17:49 | khaos | Assigned To | => khaos |
| 14-12-13 17:49 | khaos | Resolution | open => no change required |
| 14-12-13 17:53 | babidi | Note Added: 0001820 | |
| 14-12-13 17:53 | babidi | Status | closed => feedback |
| 14-12-13 17:53 | babidi | Resolution | no change required => reopened |
| 14-12-13 19:22 | khaos | Note Added: 0001821 | |
| 14-12-13 20:00 | Coruja | Note Added: 0001827 | |
| 14-12-13 20:04 | babidi | Note Added: 0001828 | |
| 14-12-13 20:04 | babidi | Status | feedback => assigned |
| 14-12-13 21:00 | khaos | Note Added: 0001831 | |
| 01-03-14 04:04 | Ben | Note Added: 0001980 | |
| 01-03-14 04:04 | Ben | Status | assigned => closed |
| 01-03-14 04:05 | Ben | Resolution | reopened => no change required |
| Copyright © 2000 - 2010 MantisBT Group |